#F086B9

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

Shades of Persian Pink #F086B9

Tints of Persian Pink #F086B9

Color information

#F086B9 (or 0xF086B9) is unknown color: approx Persian Pink. HEX triplet: F0, 86 and B9. RGB value is (240,134,185). Sum of RGB (Red+Green+Blue) = 240+134+185=559 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.93% from 559); Green value is 134 (52.73% from 255 or 23.97% from 559); Blue value is 185 (72.66% from 255 or 33.09% from 559); Max value from RGB is 240 - color contains mainly: red. Hex color #F086B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F086B9 is #0F7946. Grayscale: #ABABAB. Windows color (decimal): -1014087 or 12158704. OLE color: 12158704.

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

Color convert

RGB240134185-
CMYK00.440.230.06
HSL331.13º77.94%73.33%-
HSV(B)331.13º44.17%94.12%-
XYZ53.2239.0850.64-
YUV171.51135.62176.85-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.93%
GREEN value IS 134 (52.73% from 255) = 23.97%
BLUE value IS 185 (72.66% from 255) = 33.09%
R=42.93%
G=23.97%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.23
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013418500.440.230.06331.1377.9473.33
HexF086B902C17614b4e49
Octal360206271054276513116111
Binary11110000100001101011100101011001011111010100101110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F086B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F086B9; }

 p { color: rgb(240,134,185); }

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

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

 a { background-color: rgb(240,134,185); }

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

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

 span { border-color: rgb(240,134,185); }

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