Shades of Persian Pink #F288B4
Tints of Persian Pink #F288B4
RGB
CMYK
RGB Variations
Color information
#F288B4 (or 0xF288B4) is known color: Persian Pink. HEX triplet: F2, 88 and B4. RGB value is (242,136,180). Sum of RGB (Red+Green+Blue) = 242+136+180=558 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.37% from 558); Green value is 136 (53.52% from 255 or 24.37% from 558); Blue value is 180 (70.70% from 255 or 32.26% from 558); Max value from RGB is 242 - color contains mainly: red. Hex color #F288B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F288B4 is #0D774B. Grayscale: #ACACAC. Windows color (decimal): -882508 or 11831538. OLE color: 11831538.
HSL color Cylindrical-coordinate representation of color #F288B4: hue angle of 335.09º 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 #F288B4 is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 136 | 180 | - |
| CMYK | 0 | 0.44 | 0.26 | 0.05 |
| HSL | 335.09º | 0.8% | 0.74% | - |
| HSV(B) | 335.09º | 0.44% | 0.95% | - |
| XYZ | 53.66 | 39.78 | 48.03 | - |
| YUV | 172.71 | 132.12 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 136 | 180 | 0 | 0.44 | 0.26 | 0.05 | 335.09 | 0.8 | 0.74 |
| Hex | F2 | 88 | B4 | 0 | 2C | 1A | 5 | 14F | 50 | 4A |
| Octal | 362 | 210 | 264 | 0 | 54 | 32 | 5 | 517 | 120 | 112 |
| Binary | 11110010 | 10001000 | 10110100 | 0 | 101100 | 11010 | 101 | 101001111 | 1010000 | 1001010 |
Color Harmonies of #F288B4
Complementary color
Monochromatic Colors of #F288B4
Black with #F288B4
Text Example
Text Example
White with #F288B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F288B4; }
p { color: rgb(242,136,180); }
H1.HeaderClassName
{
color: #F288B4;
}
.AnyTagClassName
{
color: #F288B4;
}
</style>
background-color css
<style>
a { background-color: #F288B4; }
a { background-color: rgb(242,136,180); }
div.DivClassName
{
background-color: #F288B4;
}
.BgClassName
{
background-color: #F288B4;
}
</style>
border-color css
<style>
span { border-color: #F288B4; }
span { border-color: rgb(242,136,180); }
td.TdClassName
{
border-color: #F288B4;
}
.TagClassName
{
border-color: #F288B4;
}
</style>