Color Hex Logo

#f75fad Color Hex

#F75FAD
(247,95,173)
0 Favorites   0 Comments

Color spaces of #f75fad

RGB 24795173
HSL0.910.900.67
HSV329°62°97°
CMYK 0.000.620.30   0.03
XYZ49.992830.975742.8792
Yxy30.97570.40370.2501
Hunter Lab55.655862.9398-6.7200
CIE-Lab62.487165.3014-11.2745

#f75fad color RGB value is (247,95,173).

#f75fad hex color red value is 247, green value is 95 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #f75fad hue: 0.91 , saturation: 0.90 and the lightness value of f75fad is 0.67.

The process color (four color CMYK) of #f75fad color hex is 0.00, 0.62, 0.30, 0.03. Web safe color of #f75fad is #ff6699. Color #f75fad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01011111 10101101
Octal 367 137 255
Decimal 247 95 173
Hex F7 5F AD

RGB Percentages of Color #f75fad

%47.96
%18.45
%33.59

CMYK Percentages of Color #f75fad

%0
%62
%30
%3

Triadic Colors of #f75fad

#f75fad #adf75f #5fadf7

Analogous Colors of #f75fad

#f75fad #f75f61 #f55ff7

Monochromatic Colors of #f75fad

#f75fad

Complementary Color

#f75fad #5ff7a9

#f75fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f75fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f75fad Color CSS Codes

.mybgcolor {background-color:#f75fad; } 
.myforecolor {color:#f75fad; }
.mybordercolor {border:3px solid #f75fad; }

#f75fad Text Font Color

<p style="color:#f75fad">Text here</p>

This sample text font color is #f75fad
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f75fad Background Color

<div style="background-color:#f75fad">
Div content here</div>

This div background color is #f75fad


#f75fad Border Color

<div style="border:3px solid #f75fad">
Div here</div>

This div border color is #f75fad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(247,95,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f75fad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f75fad;
  -webkit-box-shadow: 1px 1px 3px 2px #f75fad;
  box-shadow:         1px 1px 3px 2px #f75fad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(247,95,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f75fad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f75fad;
  -webkit-box-shadow: 1px 1px 3px 2px #f75fad;
  box-shadow:         1px 1px 3px 2px #f75fad;">
Div content here</div>

This div box has shadow with color #f75fad


Comments

No comments written yet.

Please login to write comment.