#F288BB

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

Shades of Persian Pink #F288BB

Tints of Persian Pink #F288BB

Color information

#F288BB (or 0xF288BB) is unknown color: approx Persian Pink. HEX triplet: F2, 88 and BB. RGB value is (242,136,187). Sum of RGB (Red+Green+Blue) = 242+136+187=565 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.83% from 565); Green value is 136 (53.52% from 255 or 24.07% from 565); Blue value is 187 (73.44% from 255 or 33.10% from 565); Max value from RGB is 242 - color contains mainly: red. Hex color #F288BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F288BB is #0D7744. Grayscale: #ADADAD. Windows color (decimal): -882501 or 12290290. OLE color: 12290290.

HSL color Cylindrical-coordinate representation of color #F288BB: hue angle of 331.13º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F288BB is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB242136187-
CMYK00.440.230.05
HSL331.13º80.3%74.12%-
HSV(B)331.13º43.8%94.9%-
XYZ54.3940.0751.88-
YUV173.51135.62176.85-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.83%
GREEN value IS 136 (53.52% from 255) = 24.07%
BLUE value IS 187 (73.44% from 255) = 33.10%
R=42.83%
G=24.07%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24213618700.440.230.05331.1380.374.12
HexF288BB02C17514b504a
Octal362210273054275513120112
Binary11110010100010001011101101011001011110110100101110100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F288BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F288BB; }

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

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

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

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

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

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

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

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