Html Css Color HEX #F07CAF Persian Pink

📋 copy color: '#F07CAF'

red 240 ◦ green 124 ◦ blue 175

#F07CAF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Pink #F07CAF

Tints of Persian Pink #F07CAF

RGB

 RED value IS 240 (94.14% from 255) = 44.53%

 GREEN value IS 124 (48.83% from 255) = 23.01%

 BLUE value IS 175 (68.75% from 255) = 32.47%

R = 44.53%
G = 23.01%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.27

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F07CAF (or 0xF07CAF) is known color: Persian Pink. HEX triplet: F0, 7C and AF. RGB value is (240,124,175). Sum of RGB (Red+Green+Blue) = 240+124+175=539 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.53% from 539); Green value is 124 (48.83% from 255 or 23.01% from 539); Blue value is 175 (68.75% from 255 or 32.47% from 539); Max value from RGB is 240 - color contains mainly: red. Hex color #F07CAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07CAF is #0F8350. Grayscale: #A4A4A4. Windows color (decimal): -1016657 or 11500784. OLE color: 11500784.

HSL color Cylindrical-coordinate representation of color #F07CAF: hue angle of 333.62º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F07CAF is Cyan = 0, Magento = 0.48, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 124 175 -
CMYK 0 0.48 0.27 0.06
HSL 333.62º 0.79% 0.71% -
HSV(B) 333.62º 0.48% 0.94% -
XYZ 50.88 36.04 44.83 -
YUV 164.5 133.93 181.85 -
System Red Green Blue C M Y K H S L
Decimal 240 124 175 0 0.48 0.27 0.06 333.62 0.79 0.71
Hex F0 7C AF 0 30 1B 6 14E 4F 47
Octal 360 174 257 0 60 33 6 516 117 107
Binary 11110000 1111100 10101111 0 110000 11011 110 101001110 1001111 1000111

Color Harmonies of #F07CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07CAF

Black with #F07CAF

Text Example


Text Example

White with #F07CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07CAF; }

 p { color: rgb(240,124,175); }

 H1.HeaderClassName
 {
   color: #F07CAF;
 }
 .AnyTagClassName
 {
   color: #F07CAF;
 }
</style>

background-color css

<style>
 a { background-color: #F07CAF; }

 a { background-color: rgb(240,124,175); }

 div.DivClassName
 {
   background-color: #F07CAF;
 }
 .BgClassName
 {
   background-color: #F07CAF;
 }
</style>

border-color css

<style>
 span { border-color: #F07CAF; }

 span { border-color: rgb(240,124,175); }

 td.TdClassName
 {
   border-color: #F07CAF;
 }
 .TagClassName
 {
   border-color: #F07CAF;
 }
</style>