Shades of Deep Pink #F2157B
Tints of Deep Pink #F2157B
RGB
CMYK
RGB Variations
Color information
#F2157B (or 0xF2157B) is known color: Deep Pink. HEX triplet: F2, 15 and 7B. RGB value is (242,21,123). Sum of RGB (Red+Green+Blue) = 242+21+123=386 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.69% from 386); Green value is 21 (8.59% from 255 or 5.44% from 386); Blue value is 123 (48.44% from 255 or 31.87% from 386); Max value from RGB is 242 - color contains mainly: red. Hex color #F2157B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2157B is #0DEA84. Grayscale: #626262. Windows color (decimal): -912005 or 8066546. OLE color: 8066546.
HSL color Cylindrical-coordinate representation of color #F2157B: hue angle of 332.31º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F2157B is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 21 | 123 | - |
| CMYK | 0 | 0.91 | 0.49 | 0.05 |
| HSL | 332.31º | 0.89% | 0.52% | - |
| HSV(B) | 332.31º | 0.91% | 0.95% | - |
| XYZ | 40.46 | 20.84 | 20.63 | - |
| YUV | 98.71 | 141.72 | 230.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 21 | 123 | 0 | 0.91 | 0.49 | 0.05 | 332.31 | 0.89 | 0.52 |
| Hex | F2 | 15 | 7B | 0 | 5B | 31 | 5 | 14C | 59 | 34 |
| Octal | 362 | 25 | 173 | 0 | 133 | 61 | 5 | 514 | 131 | 64 |
| Binary | 11110010 | 10101 | 1111011 | 0 | 1011011 | 110001 | 101 | 101001100 | 1011001 | 110100 |
Color Harmonies of #F2157B
Complementary color
Monochromatic Colors of #F2157B
Black with #F2157B
Text Example
Text Example
White with #F2157B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2157B; }
p { color: rgb(242,21,123); }
H1.HeaderClassName
{
color: #F2157B;
}
.AnyTagClassName
{
color: #F2157B;
}
</style>
background-color css
<style>
a { background-color: #F2157B; }
a { background-color: rgb(242,21,123); }
div.DivClassName
{
background-color: #F2157B;
}
.BgClassName
{
background-color: #F2157B;
}
</style>
border-color css
<style>
span { border-color: #F2157B; }
span { border-color: rgb(242,21,123); }
td.TdClassName
{
border-color: #F2157B;
}
.TagClassName
{
border-color: #F2157B;
}
</style>