#F586BB

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

Shades of Persian Pink #F586BB

Tints of Persian Pink #F586BB

Color information

#F586BB (or 0xF586BB) is unknown color: approx Persian Pink. HEX triplet: F5, 86 and BB. RGB value is (245,134,187). Sum of RGB (Red+Green+Blue) = 245+134+187=566 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.29% from 566); Green value is 134 (52.73% from 255 or 23.67% from 566); Blue value is 187 (73.44% from 255 or 33.04% from 566); Max value from RGB is 245 - color contains mainly: red. Hex color #F586BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F586BB is #0A7944. Grayscale: #ADADAD. Windows color (decimal): -686405 or 12289781. OLE color: 12289781.

HSL color Cylindrical-coordinate representation of color #F586BB: hue angle of 331.35º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F586BB is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB245134187-
CMYK00.450.240.04
HSL331.35º84.73%74.31%-
HSV(B)331.35º45.31%96.08%-
XYZ55.1540.0551.84-
YUV173.23135.77179.19-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.29%
GREEN value IS 134 (52.73% from 255) = 23.67%
BLUE value IS 187 (73.44% from 255) = 33.04%
R=43.29%
G=23.67%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24513418700.450.240.04331.3584.7374.31
HexF586BB02D18414b554a
Octal365206273055304513125112
Binary11110101100001101011101101011011100010010100101110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F586BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F586BB; }

 p { color: rgb(245,134,187); }

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

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

 a { background-color: rgb(245,134,187); }

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

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

 span { border-color: rgb(245,134,187); }

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