Shades of Deep Pink #F1238E
Tints of Deep Pink #F1238E
RGB
CMYK
RGB Variations
Color information
#F1238E (or 0xF1238E) is known color: Deep Pink. HEX triplet: F1, 23 and 8E. RGB value is (241,35,142). Sum of RGB (Red+Green+Blue) = 241+35+142=418 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.66% from 418); Green value is 35 (14.06% from 255 or 8.37% from 418); Blue value is 142 (55.86% from 255 or 33.97% from 418); Max value from RGB is 241 - color contains mainly: red. Hex color #F1238E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1238E is #0EDC71. Grayscale: #6C6C6C. Windows color (decimal): -973938 or 9315313. OLE color: 9315313.
HSL color Cylindrical-coordinate representation of color #F1238E: hue angle of 328.83º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F1238E is Cyan = 0, Magento = 0.85, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 35 | 142 | - |
| CMYK | 0 | 0.85 | 0.41 | 0.05 |
| HSL | 328.84º | 0.88% | 0.54% | - |
| HSV(B) | 328.84º | 0.85% | 0.95% | - |
| XYZ | 41.76 | 21.86 | 27.61 | - |
| YUV | 108.79 | 146.75 | 222.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 35 | 142 | 0 | 0.85 | 0.41 | 0.05 | 328.84 | 0.88 | 0.54 |
| Hex | F1 | 23 | 8E | 0 | 55 | 29 | 5 | 149 | 58 | 36 |
| Octal | 361 | 43 | 216 | 0 | 125 | 51 | 5 | 511 | 130 | 66 |
| Binary | 11110001 | 100011 | 10001110 | 0 | 1010101 | 101001 | 101 | 101001001 | 1011000 | 110110 |
Color Harmonies of #F1238E
Complementary color
Monochromatic Colors of #F1238E
Black with #F1238E
Text Example
Text Example
White with #F1238E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1238E; }
p { color: rgb(241,35,142); }
H1.HeaderClassName
{
color: #F1238E;
}
.AnyTagClassName
{
color: #F1238E;
}
</style>
background-color css
<style>
a { background-color: #F1238E; }
a { background-color: rgb(241,35,142); }
div.DivClassName
{
background-color: #F1238E;
}
.BgClassName
{
background-color: #F1238E;
}
</style>
border-color css
<style>
span { border-color: #F1238E; }
span { border-color: rgb(241,35,142); }
td.TdClassName
{
border-color: #F1238E;
}
.TagClassName
{
border-color: #F1238E;
}
</style>