Shades of Deep Pink #F42681
Tints of Deep Pink #F42681
RGB
CMYK
RGB Variations
Color information
#F42681 (or 0xF42681) is known color: Deep Pink. HEX triplet: F4, 26 and 81. RGB value is (244,38,129). Sum of RGB (Red+Green+Blue) = 244+38+129=411 (54% of max value = 765). Red value is 244 (95.70% from 255 or 59.37% from 411); Green value is 38 (15.23% from 255 or 9.25% from 411); Blue value is 129 (50.78% from 255 or 31.39% from 411); Max value from RGB is 244 - color contains mainly: red. Hex color #F42681 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F42681 is #0BD97E. Grayscale: #6D6D6D. Windows color (decimal): -776575 or 8464116. OLE color: 8464116.
HSL color Cylindrical-coordinate representation of color #F42681: hue angle of 333.5º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F42681 is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 38 | 129 | - |
| CMYK | 0 | 0.84 | 0.47 | 0.04 |
| HSL | 333.5º | 0.9% | 0.55% | - |
| HSV(B) | 333.5º | 0.84% | 0.96% | - |
| XYZ | 41.96 | 22.2 | 22.84 | - |
| YUV | 109.97 | 138.75 | 223.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 38 | 129 | 0 | 0.84 | 0.47 | 0.04 | 333.5 | 0.9 | 0.55 |
| Hex | F4 | 26 | 81 | 0 | 54 | 2F | 4 | 14D | 5A | 37 |
| Octal | 364 | 46 | 201 | 0 | 124 | 57 | 4 | 515 | 132 | 67 |
| Binary | 11110100 | 100110 | 10000001 | 0 | 1010100 | 101111 | 100 | 101001101 | 1011010 | 110111 |
Color Harmonies of #F42681
Complementary color
Monochromatic Colors of #F42681
Black with #F42681
Text Example
Text Example
White with #F42681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42681; }
p { color: rgb(244,38,129); }
H1.HeaderClassName
{
color: #F42681;
}
.AnyTagClassName
{
color: #F42681;
}
</style>
background-color css
<style>
a { background-color: #F42681; }
a { background-color: rgb(244,38,129); }
div.DivClassName
{
background-color: #F42681;
}
.BgClassName
{
background-color: #F42681;
}
</style>
border-color css
<style>
span { border-color: #F42681; }
span { border-color: rgb(244,38,129); }
td.TdClassName
{
border-color: #F42681;
}
.TagClassName
{
border-color: #F42681;
}
</style>