Shades of Deep Pink #F00281
Tints of Deep Pink #F00281
RGB
CMYK
RGB Variations
Color information
#F00281 (or 0xF00281) is known color: Deep Pink. HEX triplet: F0, 02 and 81. RGB value is (240,2,129). Sum of RGB (Red+Green+Blue) = 240+2+129=371 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.69% from 371); Green value is 2 (1.17% from 255 or 0.54% from 371); Blue value is 129 (50.78% from 255 or 34.77% from 371); Max value from RGB is 240 - color contains mainly: red. Hex color #F00281 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00281 is #0FFD7E. Grayscale: #575757. Windows color (decimal): -1047935 or 8454896. OLE color: 8454896.
HSL color Cylindrical-coordinate representation of color #F00281: hue angle of 327.98º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F00281 is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 2 | 129 | - |
| CMYK | 0 | 0.99 | 0.46 | 0.06 |
| HSL | 327.98º | 0.98% | 0.47% | - |
| HSV(B) | 327.98º | 0.99% | 0.94% | - |
| XYZ | 39.92 | 20.15 | 22.55 | - |
| YUV | 87.64 | 151.35 | 236.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 2 | 129 | 0 | 0.99 | 0.46 | 0.06 | 327.98 | 0.98 | 0.47 |
| Hex | F0 | 2 | 81 | 0 | 63 | 2E | 6 | 148 | 62 | 2F |
| Octal | 360 | 2 | 201 | 0 | 143 | 56 | 6 | 510 | 142 | 57 |
| Binary | 11110000 | 10 | 10000001 | 0 | 1100011 | 101110 | 110 | 101001000 | 1100010 | 101111 |
Color Harmonies of #F00281
Complementary color
Monochromatic Colors of #F00281
Black with #F00281
Text Example
Text Example
White with #F00281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00281; }
p { color: rgb(240,2,129); }
H1.HeaderClassName
{
color: #F00281;
}
.AnyTagClassName
{
color: #F00281;
}
</style>
background-color css
<style>
a { background-color: #F00281; }
a { background-color: rgb(240,2,129); }
div.DivClassName
{
background-color: #F00281;
}
.BgClassName
{
background-color: #F00281;
}
</style>
border-color css
<style>
span { border-color: #F00281; }
span { border-color: rgb(240,2,129); }
td.TdClassName
{
border-color: #F00281;
}
.TagClassName
{
border-color: #F00281;
}
</style>