#F288B9

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

Shades of Persian Pink #F288B9

Tints of Persian Pink #F288B9

Color information

#F288B9 (or 0xF288B9) is unknown color: approx Persian Pink. HEX triplet: F2, 88 and B9. RGB value is (242,136,185). Sum of RGB (Red+Green+Blue) = 242+136+185=563 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.98% from 563); Green value is 136 (53.52% from 255 or 24.16% from 563); Blue value is 185 (72.66% from 255 or 32.86% from 563); Max value from RGB is 242 - color contains mainly: red. Hex color #F288B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F288B9 is #0D7746. Grayscale: #ADADAD. Windows color (decimal): -882503 or 12159218. OLE color: 12159218.

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

Color convert

RGB242136185-
CMYK00.440.240.05
HSL332.26º80.3%74.12%-
HSV(B)332.26º43.8%94.9%-
XYZ54.1839.9950.76-
YUV173.28134.62177.02-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.98%
GREEN value IS 136 (53.52% from 255) = 24.16%
BLUE value IS 185 (72.66% from 255) = 32.86%
R=42.98%
G=24.16%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24213618500.440.240.05332.2680.374.12
HexF288B902C18514c504a
Octal362210271054305514120112
Binary11110010100010001011100101011001100010110100110010100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F288B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F288B9; }

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

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

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

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

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

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

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

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