#F87DC0

Color #F87DC0 Persian Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Pink #F87DC0

Tints of Persian Pink #F87DC0

Color information

#F87DC0 (or 0xF87DC0) is unknown color: approx Persian Pink. HEX triplet: F8, 7D and C0. RGB value is (248,125,192). Sum of RGB (Red+Green+Blue) = 248+125+192=565 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.89% from 565); Green value is 125 (49.22% from 255 or 22.12% from 565); Blue value is 192 (75.39% from 255 or 33.98% from 565); Max value from RGB is 248 - color contains mainly: red. Hex color #F87DC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F87DC0 is #07823F. Grayscale: #A9A9A9. Windows color (decimal): -492096 or 12615160. OLE color: 12615160.

HSL color Cylindrical-coordinate representation of color #F87DC0: hue angle of 327.32º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F87DC0 is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB248125192-
CMYK00.500.230.03
HSL327.32º89.78%73.14%-
HSV(B)327.32º49.6%97.25%-
XYZ55.5638.4354.36-
YUV169.42140.75184.05-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 43.89%
GREEN value IS 125 (49.22% from 255) = 22.12%
BLUE value IS 192 (75.39% from 255) = 33.98%
R=43.89%
G=22.12%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24812519200.500.230.03327.3289.7873.14
HexF87DC00321731475a49
Octal370175300062273507132111
Binary111110001111101110000000110010101111110100011110110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F87DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F87DC0; }

 p { color: rgb(248,125,192); }

 H1.HeaderClassName
 {
   color: #F87DC0;
 }
 .AnyTagClassName
 {
   color: #F87DC0;
 }
</style>
background-color css

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

 a { background-color: rgb(248,125,192); }

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

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

 span { border-color: rgb(248,125,192); }

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