Shades of Deep Pink #F00381
Tints of Deep Pink #F00381
RGB
CMYK
RGB Variations
Color information
#F00381 (or 0xF00381) is known color: Deep Pink. HEX triplet: F0, 03 and 81. RGB value is (240,3,129). Sum of RGB (Red+Green+Blue) = 240+3+129=372 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.52% from 372); Green value is 3 (1.56% from 255 or 0.81% from 372); Blue value is 129 (50.78% from 255 or 34.68% from 372); Max value from RGB is 240 - color contains mainly: red. Hex color #F00381 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00381 is #0FFC7E. Grayscale: #575757. Windows color (decimal): -1047679 or 8455152. OLE color: 8455152.
HSL color Cylindrical-coordinate representation of color #F00381: hue angle of 328.1º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F00381 is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 3 | 129 | - |
| CMYK | 0 | 0.99 | 0.46 | 0.06 |
| HSL | 328.1º | 0.98% | 0.48% | - |
| HSV(B) | 328.1º | 0.99% | 0.94% | - |
| XYZ | 39.93 | 20.18 | 22.56 | - |
| YUV | 88.23 | 151.02 | 236.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 3 | 129 | 0 | 0.99 | 0.46 | 0.06 | 328.1 | 0.98 | 0.48 |
| Hex | F0 | 3 | 81 | 0 | 63 | 2E | 6 | 148 | 62 | 30 |
| Octal | 360 | 3 | 201 | 0 | 143 | 56 | 6 | 510 | 142 | 60 |
| Binary | 11110000 | 11 | 10000001 | 0 | 1100011 | 101110 | 110 | 101001000 | 1100010 | 110000 |
Color Harmonies of #F00381
Complementary color
Monochromatic Colors of #F00381
Black with #F00381
Text Example
Text Example
White with #F00381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00381; }
p { color: rgb(240,3,129); }
H1.HeaderClassName
{
color: #F00381;
}
.AnyTagClassName
{
color: #F00381;
}
</style>
background-color css
<style>
a { background-color: #F00381; }
a { background-color: rgb(240,3,129); }
div.DivClassName
{
background-color: #F00381;
}
.BgClassName
{
background-color: #F00381;
}
</style>
border-color css
<style>
span { border-color: #F00381; }
span { border-color: rgb(240,3,129); }
td.TdClassName
{
border-color: #F00381;
}
.TagClassName
{
border-color: #F00381;
}
</style>