Shades of Deep Pink #F00380
Tints of Deep Pink #F00380
RGB
CMYK
RGB Variations
Color information
#F00380 (or 0xF00380) is known color: Deep Pink. HEX triplet: F0, 03 and 80. RGB value is (240,3,128). Sum of RGB (Red+Green+Blue) = 240+3+128=371 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.69% from 371); Green value is 3 (1.56% from 255 or 0.81% from 371); Blue value is 128 (50.39% from 255 or 34.50% from 371); Max value from RGB is 240 - color contains mainly: red. Hex color #F00380 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00380 is #0FFC7F. Grayscale: #575757. Windows color (decimal): -1047680 or 8389616. OLE color: 8389616.
HSL color Cylindrical-coordinate representation of color #F00380: hue angle of 328.35º 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 #F00380 is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 3 | 128 | - |
| CMYK | 0 | 0.99 | 0.47 | 0.06 |
| HSL | 328.35º | 0.98% | 0.48% | - |
| HSV(B) | 328.35º | 0.99% | 0.94% | - |
| XYZ | 39.86 | 20.15 | 22.21 | - |
| YUV | 88.11 | 150.52 | 236.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 3 | 128 | 0 | 0.99 | 0.47 | 0.06 | 328.35 | 0.98 | 0.48 |
| Hex | F0 | 3 | 80 | 0 | 63 | 2F | 6 | 148 | 62 | 30 |
| Octal | 360 | 3 | 200 | 0 | 143 | 57 | 6 | 510 | 142 | 60 |
| Binary | 11110000 | 11 | 10000000 | 0 | 1100011 | 101111 | 110 | 101001000 | 1100010 | 110000 |
Color Harmonies of #F00380
Complementary color
Monochromatic Colors of #F00380
Black with #F00380
Text Example
Text Example
White with #F00380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00380; }
p { color: rgb(240,3,128); }
H1.HeaderClassName
{
color: #F00380;
}
.AnyTagClassName
{
color: #F00380;
}
</style>
background-color css
<style>
a { background-color: #F00380; }
a { background-color: rgb(240,3,128); }
div.DivClassName
{
background-color: #F00380;
}
.BgClassName
{
background-color: #F00380;
}
</style>
border-color css
<style>
span { border-color: #F00380; }
span { border-color: rgb(240,3,128); }
td.TdClassName
{
border-color: #F00380;
}
.TagClassName
{
border-color: #F00380;
}
</style>