Shades of Deep Pink #F2017B
Tints of Deep Pink #F2017B
RGB
CMYK
RGB Variations
Color information
#F2017B (or 0xF2017B) is known color: Deep Pink. HEX triplet: F2, 01 and 7B. RGB value is (242,1,123). Sum of RGB (Red+Green+Blue) = 242+1+123=366 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.12% from 366); Green value is 1 (0.78% from 255 or 0.27% from 366); Blue value is 123 (48.44% from 255 or 33.61% from 366); Max value from RGB is 242 - color contains mainly: red. Hex color #F2017B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2017B is #0DFE84. Grayscale: #565656. Windows color (decimal): -917125 or 8061426. OLE color: 8061426.
HSL color Cylindrical-coordinate representation of color #F2017B: hue angle of 329.63º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F2017B is Cyan = 0, Magento = 1.00, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 1 | 123 | - |
| CMYK | 0 | 1.00 | 0.49 | 0.05 |
| HSL | 329.63º | 0.99% | 0.48% | - |
| HSV(B) | 329.63º | 1% | 0.95% | - |
| XYZ | 40.2 | 20.33 | 20.54 | - |
| YUV | 86.97 | 148.34 | 238.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 1 | 123 | 0 | 1.00 | 0.49 | 0.05 | 329.63 | 0.99 | 0.48 |
| Hex | F2 | 1 | 7B | 0 | 64 | 31 | 5 | 14A | 63 | 30 |
| Octal | 362 | 1 | 173 | 0 | 144 | 61 | 5 | 512 | 143 | 60 |
| Binary | 11110010 | 1 | 1111011 | 0 | 1100100 | 110001 | 101 | 101001010 | 1100011 | 110000 |
Color Harmonies of #F2017B
Complementary color
Monochromatic Colors of #F2017B
Black with #F2017B
Text Example
Text Example
White with #F2017B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2017B; }
p { color: rgb(242,1,123); }
H1.HeaderClassName
{
color: #F2017B;
}
.AnyTagClassName
{
color: #F2017B;
}
</style>
background-color css
<style>
a { background-color: #F2017B; }
a { background-color: rgb(242,1,123); }
div.DivClassName
{
background-color: #F2017B;
}
.BgClassName
{
background-color: #F2017B;
}
</style>
border-color css
<style>
span { border-color: #F2017B; }
span { border-color: rgb(242,1,123); }
td.TdClassName
{
border-color: #F2017B;
}
.TagClassName
{
border-color: #F2017B;
}
</style>