Html Css Color HEX #F07FAF Persian Pink

📋 copy color: '#F07FAF'

red 240 ◦ green 127 ◦ blue 175

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

Shades of Persian Pink #F07FAF

Tints of Persian Pink #F07FAF

RGB

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

 GREEN value IS 127 (50% from 255) = 23.43%

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

R = 44.28%
G = 23.43%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#F07FAF (or 0xF07FAF) is known color: Persian Pink. HEX triplet: F0, 7F and AF. RGB value is (240,127,175). Sum of RGB (Red+Green+Blue) = 240+127+175=542 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.28% from 542); Green value is 127 (50% from 255 or 23.43% from 542); Blue value is 175 (68.75% from 255 or 32.29% from 542); Max value from RGB is 240 - color contains mainly: red. Hex color #F07FAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07FAF is #0F8050. Grayscale: #A6A6A6. Windows color (decimal): -1015889 or 11501552. OLE color: 11501552.

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

Color convert

RGB 240 127 175 -
CMYK 0 0.47 0.27 0.06
HSL 334.51º 0.79% 0.72% -
HSV(B) 334.51º 0.47% 0.94% -
XYZ 51.26 36.8 44.96 -
YUV 166.26 132.94 180.6 -
System Red Green Blue C M Y K H S L
Decimal 240 127 175 0 0.47 0.27 0.06 334.51 0.79 0.72
Hex F0 7F AF 0 2F 1B 6 14F 4F 48
Octal 360 177 257 0 57 33 6 517 117 110
Binary 11110000 1111111 10101111 0 101111 11011 110 101001111 1001111 1001000

Color Harmonies of #F07FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07FAF

Black with #F07FAF

Text Example


Text Example

White with #F07FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07FAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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