Shades of Deep Pink #F2149A
Tints of Deep Pink #F2149A
RGB
CMYK
RGB Variations
Color information
#F2149A (or 0xF2149A) is known color: Deep Pink. HEX triplet: F2, 14 and 9A. RGB value is (242,20,154). Sum of RGB (Red+Green+Blue) = 242+20+154=416 (55% of max value = 765). Red value is 242 (94.92% from 255 or 58.17% from 416); Green value is 20 (8.20% from 255 or 4.81% from 416); Blue value is 154 (60.55% from 255 or 37.02% from 416); Max value from RGB is 242 - color contains mainly: red. Hex color #F2149A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F2149A is #0DEB65. Grayscale: #656565. Windows color (decimal): -912230 or 10097906. OLE color: 10097906.
HSL color Cylindrical-coordinate representation of color #F2149A: hue angle of 323.78º 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 #F2149A is Cyan = 0, Magento = 0.92, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 20 | 154 | - |
| CMYK | 0 | 0.92 | 0.36 | 0.05 |
| HSL | 323.78º | 0.9% | 0.51% | - |
| HSV(B) | 323.78º | 0.92% | 0.95% | - |
| XYZ | 42.7 | 21.71 | 32.51 | - |
| YUV | 101.65 | 157.55 | 228.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 20 | 154 | 0 | 0.92 | 0.36 | 0.05 | 323.78 | 0.9 | 0.51 |
| Hex | F2 | 14 | 9A | 0 | 5C | 24 | 5 | 144 | 5A | 33 |
| Octal | 362 | 24 | 232 | 0 | 134 | 44 | 5 | 504 | 132 | 63 |
| Binary | 11110010 | 10100 | 10011010 | 0 | 1011100 | 100100 | 101 | 101000100 | 1011010 | 110011 |
Color Harmonies of #F2149A
Complementary color
Monochromatic Colors of #F2149A
Black with #F2149A
Text Example
Text Example
White with #F2149A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2149A; }
p { color: rgb(242,20,154); }
H1.HeaderClassName
{
color: #F2149A;
}
.AnyTagClassName
{
color: #F2149A;
}
</style>
background-color css
<style>
a { background-color: #F2149A; }
a { background-color: rgb(242,20,154); }
div.DivClassName
{
background-color: #F2149A;
}
.BgClassName
{
background-color: #F2149A;
}
</style>
border-color css
<style>
span { border-color: #F2149A; }
span { border-color: rgb(242,20,154); }
td.TdClassName
{
border-color: #F2149A;
}
.TagClassName
{
border-color: #F2149A;
}
</style>