Shades of Deep Pink #F1217E
Tints of Deep Pink #F1217E
RGB
CMYK
RGB Variations
Color information
#F1217E (or 0xF1217E) is known color: Deep Pink. HEX triplet: F1, 21 and 7E. RGB value is (241,33,126). Sum of RGB (Red+Green+Blue) = 241+33+126=400 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.25% from 400); Green value is 33 (13.28% from 255 or 8.25% from 400); Blue value is 126 (49.61% from 255 or 31.5% from 400); Max value from RGB is 241 - color contains mainly: red. Hex color #F1217E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1217E is #0EDE81. Grayscale: #696969. Windows color (decimal): -974466 or 8266225. OLE color: 8266225.
HSL color Cylindrical-coordinate representation of color #F1217E: hue angle of 333.17º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F1217E is Cyan = 0, Magento = 0.86, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 33 | 126 | - |
| CMYK | 0 | 0.86 | 0.48 | 0.05 |
| HSL | 333.17º | 0.88% | 0.54% | - |
| HSV(B) | 333.17º | 0.86% | 0.95% | - |
| XYZ | 40.59 | 21.29 | 21.71 | - |
| YUV | 105.79 | 139.41 | 224.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 33 | 126 | 0 | 0.86 | 0.48 | 0.05 | 333.17 | 0.88 | 0.54 |
| Hex | F1 | 21 | 7E | 0 | 56 | 30 | 5 | 14D | 58 | 36 |
| Octal | 361 | 41 | 176 | 0 | 126 | 60 | 5 | 515 | 130 | 66 |
| Binary | 11110001 | 100001 | 1111110 | 0 | 1010110 | 110000 | 101 | 101001101 | 1011000 | 110110 |
Color Harmonies of #F1217E
Complementary color
Monochromatic Colors of #F1217E
Black with #F1217E
Text Example
Text Example
White with #F1217E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1217E; }
p { color: rgb(241,33,126); }
H1.HeaderClassName
{
color: #F1217E;
}
.AnyTagClassName
{
color: #F1217E;
}
</style>
background-color css
<style>
a { background-color: #F1217E; }
a { background-color: rgb(241,33,126); }
div.DivClassName
{
background-color: #F1217E;
}
.BgClassName
{
background-color: #F1217E;
}
</style>
border-color css
<style>
span { border-color: #F1217E; }
span { border-color: rgb(241,33,126); }
td.TdClassName
{
border-color: #F1217E;
}
.TagClassName
{
border-color: #F1217E;
}
</style>