#F086B8

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

Shades of Persian Pink #F086B8

Tints of Persian Pink #F086B8

Color information

#F086B8 (or 0xF086B8) is unknown color: approx Persian Pink. HEX triplet: F0, 86 and B8. RGB value is (240,134,184). Sum of RGB (Red+Green+Blue) = 240+134+184=558 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.01% from 558); Green value is 134 (52.73% from 255 or 24.01% from 558); Blue value is 184 (72.27% from 255 or 32.97% from 558); Max value from RGB is 240 - color contains mainly: red. Hex color #F086B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F086B8 is #0F7947. Grayscale: #ABABAB. Windows color (decimal): -1014088 or 12093168. OLE color: 12093168.

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

Color convert

RGB240134184-
CMYK00.440.230.06
HSL331.7º77.94%73.33%-
HSV(B)331.7º44.17%94.12%-
XYZ53.1139.0450.08-
YUV171.39135.12176.93-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.01%
GREEN value IS 134 (52.73% from 255) = 24.01%
BLUE value IS 184 (72.27% from 255) = 32.97%
R=43.01%
G=24.01%
B=32.97%

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
Decimal24013418400.440.230.06331.777.9473.33
HexF086B802C17614c4e49
Octal360206270054276514116111
Binary11110000100001101011100001011001011111010100110010011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F086B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F086B8; }

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

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

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

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

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

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

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

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