Shades of Deep Pink #F42281
Tints of Deep Pink #F42281
RGB
CMYK
RGB Variations
Color information
#F42281 (or 0xF42281) is known color: Deep Pink. HEX triplet: F4, 22 and 81. RGB value is (244,34,129). Sum of RGB (Red+Green+Blue) = 244+34+129=407 (53% of max value = 765). Red value is 244 (95.70% from 255 or 59.95% from 407); Green value is 34 (13.67% from 255 or 8.35% from 407); Blue value is 129 (50.78% from 255 or 31.70% from 407); Max value from RGB is 244 - color contains mainly: red. Hex color #F42281 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F42281 is #0BDD7E. Grayscale: #6B6B6B. Windows color (decimal): -777599 or 8463092. OLE color: 8463092.
HSL color Cylindrical-coordinate representation of color #F42281: hue angle of 332.86º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F42281 is Cyan = 0, Magento = 0.86, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 34 | 129 | - |
| CMYK | 0 | 0.86 | 0.47 | 0.04 |
| HSL | 332.86º | 0.91% | 0.55% | - |
| HSV(B) | 332.86º | 0.86% | 0.96% | - |
| XYZ | 41.84 | 21.96 | 22.8 | - |
| YUV | 107.62 | 140.07 | 225.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 34 | 129 | 0 | 0.86 | 0.47 | 0.04 | 332.86 | 0.91 | 0.55 |
| Hex | F4 | 22 | 81 | 0 | 56 | 2F | 4 | 14D | 5B | 37 |
| Octal | 364 | 42 | 201 | 0 | 126 | 57 | 4 | 515 | 133 | 67 |
| Binary | 11110100 | 100010 | 10000001 | 0 | 1010110 | 101111 | 100 | 101001101 | 1011011 | 110111 |
Color Harmonies of #F42281
Complementary color
Monochromatic Colors of #F42281
Black with #F42281
Text Example
Text Example
White with #F42281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42281; }
p { color: rgb(244,34,129); }
H1.HeaderClassName
{
color: #F42281;
}
.AnyTagClassName
{
color: #F42281;
}
</style>
background-color css
<style>
a { background-color: #F42281; }
a { background-color: rgb(244,34,129); }
div.DivClassName
{
background-color: #F42281;
}
.BgClassName
{
background-color: #F42281;
}
</style>
border-color css
<style>
span { border-color: #F42281; }
span { border-color: rgb(244,34,129); }
td.TdClassName
{
border-color: #F42281;
}
.TagClassName
{
border-color: #F42281;
}
</style>