Shades of Deep Pink #F01281
Tints of Deep Pink #F01281
RGB
CMYK
RGB Variations
Color information
#F01281 (or 0xF01281) is known color: Deep Pink. HEX triplet: F0, 12 and 81. RGB value is (240,18,129). Sum of RGB (Red+Green+Blue) = 240+18+129=387 (51% of max value = 765). Red value is 240 (94.14% from 255 or 62.02% from 387); Green value is 18 (7.42% from 255 or 4.65% from 387); Blue value is 129 (50.78% from 255 or 33.33% from 387); Max value from RGB is 240 - color contains mainly: red. Hex color #F01281 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F01281 is #0FED7E. Grayscale: #606060. Windows color (decimal): -1043839 or 8458992. OLE color: 8458992.
HSL color Cylindrical-coordinate representation of color #F01281: hue angle of 330º 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 #F01281 is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 18 | 129 | - |
| CMYK | 0 | 0.92 | 0.46 | 0.06 |
| HSL | 330º | 0.88% | 0.51% | - |
| HSV(B) | 330º | 0.93% | 0.94% | - |
| XYZ | 40.11 | 20.54 | 22.62 | - |
| YUV | 97.03 | 146.05 | 229.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 18 | 129 | 0 | 0.92 | 0.46 | 0.06 | 330 | 0.88 | 0.51 |
| Hex | F0 | 12 | 81 | 0 | 5C | 2E | 6 | 14A | 58 | 33 |
| Octal | 360 | 22 | 201 | 0 | 134 | 56 | 6 | 512 | 130 | 63 |
| Binary | 11110000 | 10010 | 10000001 | 0 | 1011100 | 101110 | 110 | 101001010 | 1011000 | 110011 |
Color Harmonies of #F01281
Complementary color
Monochromatic Colors of #F01281
Black with #F01281
Text Example
Text Example
White with #F01281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01281; }
p { color: rgb(240,18,129); }
H1.HeaderClassName
{
color: #F01281;
}
.AnyTagClassName
{
color: #F01281;
}
</style>
background-color css
<style>
a { background-color: #F01281; }
a { background-color: rgb(240,18,129); }
div.DivClassName
{
background-color: #F01281;
}
.BgClassName
{
background-color: #F01281;
}
</style>
border-color css
<style>
span { border-color: #F01281; }
span { border-color: rgb(240,18,129); }
td.TdClassName
{
border-color: #F01281;
}
.TagClassName
{
border-color: #F01281;
}
</style>