Shades of Deep Pink #F01282
Tints of Deep Pink #F01282
RGB
CMYK
RGB Variations
Color information
#F01282 (or 0xF01282) is known color: Deep Pink. HEX triplet: F0, 12 and 82. RGB value is (240,18,130). Sum of RGB (Red+Green+Blue) = 240+18+130=388 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.86% from 388); Green value is 18 (7.42% from 255 or 4.64% from 388); Blue value is 130 (51.17% from 255 or 33.51% from 388); Max value from RGB is 240 - color contains mainly: red. Hex color #F01282 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F01282 is #0FED7D. Grayscale: #606060. Windows color (decimal): -1043838 or 8524528. OLE color: 8524528.
HSL color Cylindrical-coordinate representation of color #F01282: hue angle of 329.73º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F01282 is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 18 | 130 | - |
| CMYK | 0 | 0.92 | 0.46 | 0.06 |
| HSL | 329.73º | 0.88% | 0.51% | - |
| HSV(B) | 329.73º | 0.93% | 0.94% | - |
| XYZ | 40.18 | 20.57 | 22.97 | - |
| YUV | 97.15 | 146.55 | 229.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 18 | 130 | 0 | 0.92 | 0.46 | 0.06 | 329.73 | 0.88 | 0.51 |
| Hex | F0 | 12 | 82 | 0 | 5C | 2E | 6 | 14A | 58 | 33 |
| Octal | 360 | 22 | 202 | 0 | 134 | 56 | 6 | 512 | 130 | 63 |
| Binary | 11110000 | 10010 | 10000010 | 0 | 1011100 | 101110 | 110 | 101001010 | 1011000 | 110011 |
Color Harmonies of #F01282
Complementary color
Monochromatic Colors of #F01282
Black with #F01282
Text Example
Text Example
White with #F01282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01282; }
p { color: rgb(240,18,130); }
H1.HeaderClassName
{
color: #F01282;
}
.AnyTagClassName
{
color: #F01282;
}
</style>
background-color css
<style>
a { background-color: #F01282; }
a { background-color: rgb(240,18,130); }
div.DivClassName
{
background-color: #F01282;
}
.BgClassName
{
background-color: #F01282;
}
</style>
border-color css
<style>
span { border-color: #F01282; }
span { border-color: rgb(240,18,130); }
td.TdClassName
{
border-color: #F01282;
}
.TagClassName
{
border-color: #F01282;
}
</style>