Shades of Deep Pink #F42383
Tints of Deep Pink #F42383
RGB
CMYK
RGB Variations
Color information
#F42383 (or 0xF42383) is known color: Deep Pink. HEX triplet: F4, 23 and 83. RGB value is (244,35,131). Sum of RGB (Red+Green+Blue) = 244+35+131=410 (54% of max value = 765). Red value is 244 (95.70% from 255 or 59.51% from 410); Green value is 35 (14.06% from 255 or 8.54% from 410); Blue value is 131 (51.56% from 255 or 31.95% from 410); Max value from RGB is 244 - color contains mainly: red. Hex color #F42383 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F42383 is #0BDC7C. Grayscale: #6C6C6C. Windows color (decimal): -777341 or 8594420. OLE color: 8594420.
HSL color Cylindrical-coordinate representation of color #F42383: hue angle of 332.44º degrees, saturation: 0.9, 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 #F42383 is Cyan = 0, Magento = 0.86, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 35 | 131 | - |
| CMYK | 0 | 0.86 | 0.46 | 0.04 |
| HSL | 332.44º | 0.9% | 0.55% | - |
| HSV(B) | 332.44º | 0.86% | 0.96% | - |
| XYZ | 42.01 | 22.07 | 23.52 | - |
| YUV | 108.44 | 140.74 | 224.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 35 | 131 | 0 | 0.86 | 0.46 | 0.04 | 332.44 | 0.9 | 0.55 |
| Hex | F4 | 23 | 83 | 0 | 56 | 2E | 4 | 14C | 5A | 37 |
| Octal | 364 | 43 | 203 | 0 | 126 | 56 | 4 | 514 | 132 | 67 |
| Binary | 11110100 | 100011 | 10000011 | 0 | 1010110 | 101110 | 100 | 101001100 | 1011010 | 110111 |
Color Harmonies of #F42383
Complementary color
Monochromatic Colors of #F42383
Black with #F42383
Text Example
Text Example
White with #F42383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42383; }
p { color: rgb(244,35,131); }
H1.HeaderClassName
{
color: #F42383;
}
.AnyTagClassName
{
color: #F42383;
}
</style>
background-color css
<style>
a { background-color: #F42383; }
a { background-color: rgb(244,35,131); }
div.DivClassName
{
background-color: #F42383;
}
.BgClassName
{
background-color: #F42383;
}
</style>
border-color css
<style>
span { border-color: #F42383; }
span { border-color: rgb(244,35,131); }
td.TdClassName
{
border-color: #F42383;
}
.TagClassName
{
border-color: #F42383;
}
</style>