Shades of Deep Pink #F12285
Tints of Deep Pink #F12285
RGB
CMYK
RGB Variations
Color information
#F12285 (or 0xF12285) is known color: Deep Pink. HEX triplet: F1, 22 and 85. RGB value is (241,34,133). Sum of RGB (Red+Green+Blue) = 241+34+133=408 (54% of max value = 765). Red value is 241 (94.53% from 255 or 59.07% from 408); Green value is 34 (13.67% from 255 or 8.33% from 408); Blue value is 133 (52.34% from 255 or 32.60% from 408); Max value from RGB is 241 - color contains mainly: red. Hex color #F12285 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12285 is #0EDD7A. Grayscale: #6A6A6A. Windows color (decimal): -974203 or 8725233. OLE color: 8725233.
HSL color Cylindrical-coordinate representation of color #F12285: hue angle of 331.3º 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 #F12285 is Cyan = 0, Magento = 0.86, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 34 | 133 | - |
| CMYK | 0 | 0.86 | 0.45 | 0.05 |
| HSL | 331.3º | 0.88% | 0.54% | - |
| HSV(B) | 331.3º | 0.86% | 0.95% | - |
| XYZ | 41.08 | 21.54 | 24.18 | - |
| YUV | 107.18 | 142.58 | 223.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 34 | 133 | 0 | 0.86 | 0.45 | 0.05 | 331.3 | 0.88 | 0.54 |
| Hex | F1 | 22 | 85 | 0 | 56 | 2D | 5 | 14B | 58 | 36 |
| Octal | 361 | 42 | 205 | 0 | 126 | 55 | 5 | 513 | 130 | 66 |
| Binary | 11110001 | 100010 | 10000101 | 0 | 1010110 | 101101 | 101 | 101001011 | 1011000 | 110110 |
Color Harmonies of #F12285
Complementary color
Monochromatic Colors of #F12285
Black with #F12285
Text Example
Text Example
White with #F12285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12285; }
p { color: rgb(241,34,133); }
H1.HeaderClassName
{
color: #F12285;
}
.AnyTagClassName
{
color: #F12285;
}
</style>
background-color css
<style>
a { background-color: #F12285; }
a { background-color: rgb(241,34,133); }
div.DivClassName
{
background-color: #F12285;
}
.BgClassName
{
background-color: #F12285;
}
</style>
border-color css
<style>
span { border-color: #F12285; }
span { border-color: rgb(241,34,133); }
td.TdClassName
{
border-color: #F12285;
}
.TagClassName
{
border-color: #F12285;
}
</style>