Shades of Deep Pink #F00C82
Tints of Deep Pink #F00C82
RGB
CMYK
RGB Variations
Color information
#F00C82 (or 0xF00C82) is known color: Deep Pink. HEX triplet: F0, 0C and 82. RGB value is (240,12,130). Sum of RGB (Red+Green+Blue) = 240+12+130=382 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.83% from 382); Green value is 12 (5.08% from 255 or 3.14% from 382); Blue value is 130 (51.17% from 255 or 34.03% from 382); Max value from RGB is 240 - color contains mainly: red. Hex color #F00C82 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00C82 is #0FF37D. Grayscale: #5D5D5D. Windows color (decimal): -1045374 or 8522992. OLE color: 8522992.
HSL color Cylindrical-coordinate representation of color #F00C82: hue angle of 328.95º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F00C82 is Cyan = 0, Magento = 0.95, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 12 | 130 | - |
| CMYK | 0 | 0.95 | 0.46 | 0.06 |
| HSL | 328.95º | 0.9% | 0.49% | - |
| HSV(B) | 328.95º | 0.95% | 0.94% | - |
| XYZ | 40.1 | 20.4 | 22.94 | - |
| YUV | 93.62 | 148.54 | 232.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 12 | 130 | 0 | 0.95 | 0.46 | 0.06 | 328.95 | 0.9 | 0.49 |
| Hex | F0 | C | 82 | 0 | 5F | 2E | 6 | 149 | 5A | 31 |
| Octal | 360 | 14 | 202 | 0 | 137 | 56 | 6 | 511 | 132 | 61 |
| Binary | 11110000 | 1100 | 10000010 | 0 | 1011111 | 101110 | 110 | 101001001 | 1011010 | 110001 |
Color Harmonies of #F00C82
Complementary color
Monochromatic Colors of #F00C82
Black with #F00C82
Text Example
Text Example
White with #F00C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00C82; }
p { color: rgb(240,12,130); }
H1.HeaderClassName
{
color: #F00C82;
}
.AnyTagClassName
{
color: #F00C82;
}
</style>
background-color css
<style>
a { background-color: #F00C82; }
a { background-color: rgb(240,12,130); }
div.DivClassName
{
background-color: #F00C82;
}
.BgClassName
{
background-color: #F00C82;
}
</style>
border-color css
<style>
span { border-color: #F00C82; }
span { border-color: rgb(240,12,130); }
td.TdClassName
{
border-color: #F00C82;
}
.TagClassName
{
border-color: #F00C82;
}
</style>