#F087B6

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

Shades of Persian Pink #F087B6

Tints of Persian Pink #F087B6

Color information

#F087B6 (or 0xF087B6) is unknown color: approx Persian Pink. HEX triplet: F0, 87 and B6. RGB value is (240,135,182). Sum of RGB (Red+Green+Blue) = 240+135+182=557 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.09% from 557); Green value is 135 (53.12% from 255 or 24.24% from 557); Blue value is 182 (71.48% from 255 or 32.68% from 557); Max value from RGB is 240 - color contains mainly: red. Hex color #F087B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F087B6 is #0F7849. Grayscale: #ABABAB. Windows color (decimal): -1013834 or 11962352. OLE color: 11962352.

HSL color Cylindrical-coordinate representation of color #F087B6: hue angle of 333.14º 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 #F087B6 is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.06.

Color convert

RGB240135182-
CMYK00.440.240.06
HSL333.14º77.78%73.53%-
HSV(B)333.14º43.75%94.12%-
XYZ53.0439.2349.03-
YUV171.75133.79176.68-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.09%
GREEN value IS 135 (53.12% from 255) = 24.24%
BLUE value IS 182 (71.48% from 255) = 32.68%
R=43.09%
G=24.24%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.24
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013518200.440.240.06333.1477.7873.53
HexF087B602C18614d4e4a
Octal360207266054306515116112
Binary11110000100001111011011001011001100011010100110110011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F087B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F087B6; }

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

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

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

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

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

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

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

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