Shades of Deep Pink #F01C82
Tints of Deep Pink #F01C82
RGB
CMYK
RGB Variations
Color information
#F01C82 (or 0xF01C82) is known color: Deep Pink. HEX triplet: F0, 1C and 82. RGB value is (240,28,130). Sum of RGB (Red+Green+Blue) = 240+28+130=398 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.30% from 398); Green value is 28 (11.33% from 255 or 7.04% from 398); Blue value is 130 (51.17% from 255 or 32.66% from 398); Max value from RGB is 240 - color contains mainly: red. Hex color #F01C82 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F01C82 is #0FE37D. Grayscale: #666666. Windows color (decimal): -1041278 or 8527088. OLE color: 8527088.
HSL color Cylindrical-coordinate representation of color #F01C82: hue angle of 331.13º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F01C82 is Cyan = 0, Magento = 0.88, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 28 | 130 | - |
| CMYK | 0 | 0.88 | 0.46 | 0.06 |
| HSL | 331.13º | 0.88% | 0.53% | - |
| HSV(B) | 331.13º | 0.88% | 0.94% | - |
| XYZ | 40.38 | 20.97 | 23.04 | - |
| YUV | 103.02 | 143.24 | 225.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 28 | 130 | 0 | 0.88 | 0.46 | 0.06 | 331.13 | 0.88 | 0.53 |
| Hex | F0 | 1C | 82 | 0 | 58 | 2E | 6 | 14B | 58 | 35 |
| Octal | 360 | 34 | 202 | 0 | 130 | 56 | 6 | 513 | 130 | 65 |
| Binary | 11110000 | 11100 | 10000010 | 0 | 1011000 | 101110 | 110 | 101001011 | 1011000 | 110101 |
Color Harmonies of #F01C82
Complementary color
Monochromatic Colors of #F01C82
Black with #F01C82
Text Example
Text Example
White with #F01C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01C82; }
p { color: rgb(240,28,130); }
H1.HeaderClassName
{
color: #F01C82;
}
.AnyTagClassName
{
color: #F01C82;
}
</style>
background-color css
<style>
a { background-color: #F01C82; }
a { background-color: rgb(240,28,130); }
div.DivClassName
{
background-color: #F01C82;
}
.BgClassName
{
background-color: #F01C82;
}
</style>
border-color css
<style>
span { border-color: #F01C82; }
span { border-color: rgb(240,28,130); }
td.TdClassName
{
border-color: #F01C82;
}
.TagClassName
{
border-color: #F01C82;
}
</style>