#F087BC

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

Shades of Persian Pink #F087BC

Tints of Persian Pink #F087BC

Color information

#F087BC (or 0xF087BC) is unknown color: approx Persian Pink. HEX triplet: F0, 87 and BC. RGB value is (240,135,188). Sum of RGB (Red+Green+Blue) = 240+135+188=563 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.63% from 563); Green value is 135 (53.12% from 255 or 23.98% from 563); Blue value is 188 (73.83% from 255 or 33.39% from 563); Max value from RGB is 240 - color contains mainly: red. Hex color #F087BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F087BC is #0F7843. Grayscale: #ACACAC. Windows color (decimal): -1013828 or 12355568. OLE color: 12355568.

HSL color Cylindrical-coordinate representation of color #F087BC: hue angle of 329.71º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F087BC is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB240135188-
CMYK00.440.220.06
HSL329.71º77.78%73.53%-
HSV(B)329.71º43.75%94.12%-
XYZ53.6839.4852.37-
YUV172.44136.79176.19-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.63%
GREEN value IS 135 (53.12% from 255) = 23.98%
BLUE value IS 188 (73.83% from 255) = 33.39%
R=42.63%
G=23.98%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013518800.440.220.06329.7177.7873.53
HexF087BC02C16614a4e4a
Octal360207274054266512116112
Binary11110000100001111011110001011001011011010100101010011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F087BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F087BC; }

 p { color: rgb(240,135,188); }

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

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

 a { background-color: rgb(240,135,188); }

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

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

 span { border-color: rgb(240,135,188); }

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