#F588BA

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

Shades of Persian Pink #F588BA

Tints of Persian Pink #F588BA

Color information

#F588BA (or 0xF588BA) is unknown color: approx Persian Pink. HEX triplet: F5, 88 and BA. RGB value is (245,136,186). Sum of RGB (Red+Green+Blue) = 245+136+186=567 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.21% from 567); Green value is 136 (53.52% from 255 or 23.99% from 567); Blue value is 186 (73.05% from 255 or 32.80% from 567); Max value from RGB is 245 - color contains mainly: red. Hex color #F588BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F588BA is #0A7745. Grayscale: #AEAEAE. Windows color (decimal): -685894 or 12224757. OLE color: 12224757.

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

Color convert

RGB245136186-
CMYK00.440.240.04
HSL332.48º84.5%74.71%-
HSV(B)332.48º44.49%96.08%-
XYZ55.3240.5751.37-
YUV174.29134.61178.43-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.21%
GREEN value IS 136 (53.52% from 255) = 23.99%
BLUE value IS 186 (73.05% from 255) = 32.80%
R=43.21%
G=23.99%
B=32.80%

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
Decimal24513618600.440.240.04332.4884.574.71
HexF588BA02C18414c544b
Octal365210272054304514124113
Binary11110101100010001011101001011001100010010100110010101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F588BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F588BA; }

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

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

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

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

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

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

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

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