#F588BB

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

Shades of Persian Pink #F588BB

Tints of Persian Pink #F588BB

Color information

#F588BB (or 0xF588BB) is unknown color: approx Persian Pink. HEX triplet: F5, 88 and BB. RGB value is (245,136,187). Sum of RGB (Red+Green+Blue) = 245+136+187=568 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.13% from 568); Green value is 136 (53.52% from 255 or 23.94% from 568); Blue value is 187 (73.44% from 255 or 32.92% from 568); Max value from RGB is 245 - color contains mainly: red. Hex color #F588BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F588BB is #0A7744. Grayscale: #AEAEAE. Windows color (decimal): -685893 or 12290293. OLE color: 12290293.

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

Color convert

RGB245136187-
CMYK00.440.240.04
HSL331.93º84.5%74.71%-
HSV(B)331.93º44.49%96.08%-
XYZ55.4340.6151.93-
YUV174.4135.11178.35-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.13%
GREEN value IS 136 (53.52% from 255) = 23.94%
BLUE value IS 187 (73.44% from 255) = 32.92%
R=43.13%
G=23.94%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24513618700.440.240.04331.9384.574.71
HexF588BB02C18414c544b
Octal365210273054304514124113
Binary11110101100010001011101101011001100010010100110010101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F588BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F588BB; }

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

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

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

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

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

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

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

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