#F288BA

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

Shades of Persian Pink #F288BA

Tints of Persian Pink #F288BA

Color information

#F288BA (or 0xF288BA) is unknown color: approx Persian Pink. HEX triplet: F2, 88 and BA. RGB value is (242,136,186). Sum of RGB (Red+Green+Blue) = 242+136+186=564 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.91% from 564); Green value is 136 (53.52% from 255 or 24.11% from 564); Blue value is 186 (73.05% from 255 or 32.98% from 564); Max value from RGB is 242 - color contains mainly: red. Hex color #F288BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F288BA is #0D7745. Grayscale: #ADADAD. Windows color (decimal): -882502 or 12224754. OLE color: 12224754.

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

Color convert

RGB242136186-
CMYK00.440.230.05
HSL331.7º80.3%74.12%-
HSV(B)331.7º43.8%94.9%-
XYZ54.2940.0351.32-
YUV173.39135.12176.93-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.91%
GREEN value IS 136 (53.52% from 255) = 24.11%
BLUE value IS 186 (73.05% from 255) = 32.98%
R=42.91%
G=24.11%
B=32.98%

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
Decimal24213618600.440.230.05331.780.374.12
HexF288BA02C17514c504a
Octal362210272054275514120112
Binary11110010100010001011101001011001011110110100110010100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F288BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F288BA; }

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

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

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

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

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

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

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

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