Shades of Deep Pink #F3159E
Tints of Deep Pink #F3159E
RGB
CMYK
RGB Variations
Color information
#F3159E (or 0xF3159E) is known color: Deep Pink. HEX triplet: F3, 15 and 9E. RGB value is (243,21,158). Sum of RGB (Red+Green+Blue) = 243+21+158=422 (55% of max value = 765). Red value is 243 (95.31% from 255 or 57.58% from 422); Green value is 21 (8.59% from 255 or 4.98% from 422); Blue value is 158 (62.11% from 255 or 37.44% from 422); Max value from RGB is 243 - color contains mainly: red. Hex color #F3159E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F3159E is #0CEA61. Grayscale: #666666. Windows color (decimal): -846434 or 10360307. OLE color: 10360307.
HSL color Cylindrical-coordinate representation of color #F3159E: hue angle of 322.97º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F3159E is Cyan = 0, Magento = 0.91, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 21 | 158 | - |
| CMYK | 0 | 0.91 | 0.35 | 0.05 |
| HSL | 322.97º | 0.9% | 0.52% | - |
| HSV(B) | 322.97º | 0.91% | 0.95% | - |
| XYZ | 43.4 | 22.06 | 34.32 | - |
| YUV | 103 | 159.05 | 227.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 21 | 158 | 0 | 0.91 | 0.35 | 0.05 | 322.97 | 0.9 | 0.52 |
| Hex | F3 | 15 | 9E | 0 | 5B | 23 | 5 | 143 | 5A | 34 |
| Octal | 363 | 25 | 236 | 0 | 133 | 43 | 5 | 503 | 132 | 64 |
| Binary | 11110011 | 10101 | 10011110 | 0 | 1011011 | 100011 | 101 | 101000011 | 1011010 | 110100 |
Color Harmonies of #F3159E
Complementary color
Monochromatic Colors of #F3159E
Black with #F3159E
Text Example
Text Example
White with #F3159E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3159E; }
p { color: rgb(243,21,158); }
H1.HeaderClassName
{
color: #F3159E;
}
.AnyTagClassName
{
color: #F3159E;
}
</style>
background-color css
<style>
a { background-color: #F3159E; }
a { background-color: rgb(243,21,158); }
div.DivClassName
{
background-color: #F3159E;
}
.BgClassName
{
background-color: #F3159E;
}
</style>
border-color css
<style>
span { border-color: #F3159E; }
span { border-color: rgb(243,21,158); }
td.TdClassName
{
border-color: #F3159E;
}
.TagClassName
{
border-color: #F3159E;
}
</style>