#F088BA

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

Shades of Persian Pink #F088BA

Tints of Persian Pink #F088BA

Color information

#F088BA (or 0xF088BA) is unknown color: approx Persian Pink. HEX triplet: F0, 88 and BA. RGB value is (240,136,186). Sum of RGB (Red+Green+Blue) = 240+136+186=562 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.70% from 562); Green value is 136 (53.52% from 255 or 24.20% from 562); Blue value is 186 (73.05% from 255 or 33.10% from 562); Max value from RGB is 240 - color contains mainly: red. Hex color #F088BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F088BA is #0F7745. Grayscale: #ACACAC. Windows color (decimal): -1013574 or 12224752. OLE color: 12224752.

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

Color convert

RGB240136186-
CMYK00.430.220.06
HSL331.15º77.61%73.73%-
HSV(B)331.15º43.33%94.12%-
XYZ53.639.6851.29-
YUV172.8135.46175.93-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.70%
GREEN value IS 136 (53.52% from 255) = 24.20%
BLUE value IS 186 (73.05% from 255) = 33.10%
R=42.70%
G=24.20%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013618600.430.220.06331.1577.6173.73
HexF088BA02B16614b4e4a
Octal360210272053266513116112
Binary11110000100010001011101001010111011011010100101110011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F088BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F088BA; }

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

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

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

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

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

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

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

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