Shades of Deep Pink #F01883
Tints of Deep Pink #F01883
RGB
CMYK
RGB Variations
Color information
#F01883 (or 0xF01883) is known color: Deep Pink. HEX triplet: F0, 18 and 83. RGB value is (240,24,131). Sum of RGB (Red+Green+Blue) = 240+24+131=395 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.76% from 395); Green value is 24 (9.77% from 255 or 6.08% from 395); Blue value is 131 (51.56% from 255 or 33.16% from 395); Max value from RGB is 240 - color contains mainly: red. Hex color #F01883 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F01883 is #0FE77C. Grayscale: #646464. Windows color (decimal): -1042301 or 8591600. OLE color: 8591600.
HSL color Cylindrical-coordinate representation of color #F01883: hue angle of 330.28º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F01883 is Cyan = 0, Magento = 0.9, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 24 | 131 | - |
| CMYK | 0 | 0.9 | 0.45 | 0.06 |
| HSL | 330.28º | 0.88% | 0.52% | - |
| HSV(B) | 330.28º | 0.9% | 0.94% | - |
| XYZ | 40.36 | 20.82 | 23.36 | - |
| YUV | 100.78 | 145.06 | 227.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 24 | 131 | 0 | 0.9 | 0.45 | 0.06 | 330.28 | 0.88 | 0.52 |
| Hex | F0 | 18 | 83 | 0 | 5A | 2D | 6 | 14A | 58 | 34 |
| Octal | 360 | 30 | 203 | 0 | 132 | 55 | 6 | 512 | 130 | 64 |
| Binary | 11110000 | 11000 | 10000011 | 0 | 1011010 | 101101 | 110 | 101001010 | 1011000 | 110100 |
Color Harmonies of #F01883
Complementary color
Monochromatic Colors of #F01883
Black with #F01883
Text Example
Text Example
White with #F01883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01883; }
p { color: rgb(240,24,131); }
H1.HeaderClassName
{
color: #F01883;
}
.AnyTagClassName
{
color: #F01883;
}
</style>
background-color css
<style>
a { background-color: #F01883; }
a { background-color: rgb(240,24,131); }
div.DivClassName
{
background-color: #F01883;
}
.BgClassName
{
background-color: #F01883;
}
</style>
border-color css
<style>
span { border-color: #F01883; }
span { border-color: rgb(240,24,131); }
td.TdClassName
{
border-color: #F01883;
}
.TagClassName
{
border-color: #F01883;
}
</style>