Shades of Deep Pink #FA0288
Tints of Deep Pink #FA0288
RGB
CMYK
RGB Variations
Color information
#FA0288 (or 0xFA0288) is known color: Deep Pink. HEX triplet: FA, 02 and 88. RGB value is (250,2,136). Sum of RGB (Red+Green+Blue) = 250+2+136=388 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.43% from 388); Green value is 2 (1.17% from 255 or 0.52% from 388); Blue value is 136 (53.52% from 255 or 35.05% from 388); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0288 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0288 is #05FD77. Grayscale: #5B5B5B. Windows color (decimal): -392568 or 8913658. OLE color: 8913658.
HSL color Cylindrical-coordinate representation of color #FA0288: hue angle of 327.58º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FA0288 is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 2 | 136 | - |
| CMYK | 0 | 0.99 | 0.46 | 0.02 |
| HSL | 327.58º | 0.98% | 0.49% | - |
| HSV(B) | 327.58º | 0.99% | 0.98% | - |
| XYZ | 43.89 | 22.14 | 25.25 | - |
| YUV | 91.43 | 153.16 | 241.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 2 | 136 | 0 | 0.99 | 0.46 | 0.02 | 327.58 | 0.98 | 0.49 |
| Hex | FA | 2 | 88 | 0 | 63 | 2E | 2 | 148 | 62 | 31 |
| Octal | 372 | 2 | 210 | 0 | 143 | 56 | 2 | 510 | 142 | 61 |
| Binary | 11111010 | 10 | 10001000 | 0 | 1100011 | 101110 | 10 | 101001000 | 1100010 | 110001 |
Color Harmonies of #FA0288
Complementary color
Monochromatic Colors of #FA0288
Black with #FA0288
Text Example
Text Example
White with #FA0288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0288; }
p { color: rgb(250,2,136); }
H1.HeaderClassName
{
color: #FA0288;
}
.AnyTagClassName
{
color: #FA0288;
}
</style>
background-color css
<style>
a { background-color: #FA0288; }
a { background-color: rgb(250,2,136); }
div.DivClassName
{
background-color: #FA0288;
}
.BgClassName
{
background-color: #FA0288;
}
</style>
border-color css
<style>
span { border-color: #FA0288; }
span { border-color: rgb(250,2,136); }
td.TdClassName
{
border-color: #FA0288;
}
.TagClassName
{
border-color: #FA0288;
}
</style>