Shades of Deep Pink #F1207F
Tints of Deep Pink #F1207F
RGB
CMYK
RGB Variations
Color information
#F1207F (or 0xF1207F) is known color: Deep Pink. HEX triplet: F1, 20 and 7F. RGB value is (241,32,127). Sum of RGB (Red+Green+Blue) = 241+32+127=400 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.25% from 400); Green value is 32 (12.89% from 255 or 8% from 400); Blue value is 127 (50% from 255 or 31.75% from 400); Max value from RGB is 241 - color contains mainly: red. Hex color #F1207F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1207F is #0EDF80. Grayscale: #696969. Windows color (decimal): -974721 or 8331505. OLE color: 8331505.
HSL color Cylindrical-coordinate representation of color #F1207F: hue angle of 332.73º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F1207F is Cyan = 0, Magento = 0.87, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 32 | 127 | - |
| CMYK | 0 | 0.87 | 0.47 | 0.05 |
| HSL | 332.73º | 0.88% | 0.54% | - |
| HSV(B) | 332.73º | 0.87% | 0.95% | - |
| XYZ | 40.62 | 21.27 | 22.04 | - |
| YUV | 105.32 | 140.24 | 224.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 32 | 127 | 0 | 0.87 | 0.47 | 0.05 | 332.73 | 0.88 | 0.54 |
| Hex | F1 | 20 | 7F | 0 | 57 | 2F | 5 | 14D | 58 | 36 |
| Octal | 361 | 40 | 177 | 0 | 127 | 57 | 5 | 515 | 130 | 66 |
| Binary | 11110001 | 100000 | 1111111 | 0 | 1010111 | 101111 | 101 | 101001101 | 1011000 | 110110 |
Color Harmonies of #F1207F
Complementary color
Monochromatic Colors of #F1207F
Black with #F1207F
Text Example
Text Example
White with #F1207F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1207F; }
p { color: rgb(241,32,127); }
H1.HeaderClassName
{
color: #F1207F;
}
.AnyTagClassName
{
color: #F1207F;
}
</style>
background-color css
<style>
a { background-color: #F1207F; }
a { background-color: rgb(241,32,127); }
div.DivClassName
{
background-color: #F1207F;
}
.BgClassName
{
background-color: #F1207F;
}
</style>
border-color css
<style>
span { border-color: #F1207F; }
span { border-color: rgb(241,32,127); }
td.TdClassName
{
border-color: #F1207F;
}
.TagClassName
{
border-color: #F1207F;
}
</style>