Shades of Deep Pink #F21483
Tints of Deep Pink #F21483
RGB
CMYK
RGB Variations
Color information
#F21483 (or 0xF21483) is known color: Deep Pink. HEX triplet: F2, 14 and 83. RGB value is (242,20,131). Sum of RGB (Red+Green+Blue) = 242+20+131=393 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.58% from 393); Green value is 20 (8.20% from 255 or 5.09% from 393); Blue value is 131 (51.56% from 255 or 33.33% from 393); Max value from RGB is 242 - color contains mainly: red. Hex color #F21483 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F21483 is #0DEB7C. Grayscale: #626262. Windows color (decimal): -912253 or 8590578. OLE color: 8590578.
HSL color Cylindrical-coordinate representation of color #F21483: hue angle of 330º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F21483 is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 20 | 131 | - |
| CMYK | 0 | 0.92 | 0.46 | 0.05 |
| HSL | 330º | 0.9% | 0.51% | - |
| HSV(B) | 330º | 0.92% | 0.95% | - |
| XYZ | 40.96 | 21.02 | 23.37 | - |
| YUV | 99.03 | 146.05 | 229.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 20 | 131 | 0 | 0.92 | 0.46 | 0.05 | 330 | 0.9 | 0.51 |
| Hex | F2 | 14 | 83 | 0 | 5C | 2E | 5 | 14A | 5A | 33 |
| Octal | 362 | 24 | 203 | 0 | 134 | 56 | 5 | 512 | 132 | 63 |
| Binary | 11110010 | 10100 | 10000011 | 0 | 1011100 | 101110 | 101 | 101001010 | 1011010 | 110011 |
Color Harmonies of #F21483
Complementary color
Monochromatic Colors of #F21483
Black with #F21483
Text Example
Text Example
White with #F21483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21483; }
p { color: rgb(242,20,131); }
H1.HeaderClassName
{
color: #F21483;
}
.AnyTagClassName
{
color: #F21483;
}
</style>
background-color css
<style>
a { background-color: #F21483; }
a { background-color: rgb(242,20,131); }
div.DivClassName
{
background-color: #F21483;
}
.BgClassName
{
background-color: #F21483;
}
</style>
border-color css
<style>
span { border-color: #F21483; }
span { border-color: rgb(242,20,131); }
td.TdClassName
{
border-color: #F21483;
}
.TagClassName
{
border-color: #F21483;
}
</style>