Shades of Deep Pink #F3159C
Tints of Deep Pink #F3159C
RGB
CMYK
RGB Variations
Color information
#F3159C (or 0xF3159C) is known color: Deep Pink. HEX triplet: F3, 15 and 9C. RGB value is (243,21,156). Sum of RGB (Red+Green+Blue) = 243+21+156=420 (55% of max value = 765). Red value is 243 (95.31% from 255 or 57.86% from 420); Green value is 21 (8.59% from 255 or 5% from 420); Blue value is 156 (61.33% from 255 or 37.14% from 420); Max value from RGB is 243 - color contains mainly: red. Hex color #F3159C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F3159C is #0CEA63. Grayscale: #666666. Windows color (decimal): -846436 or 10229235. OLE color: 10229235.
HSL color Cylindrical-coordinate representation of color #F3159C: hue angle of 323.51º 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 #F3159C is Cyan = 0, Magento = 0.91, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 21 | 156 | - |
| CMYK | 0 | 0.91 | 0.36 | 0.05 |
| HSL | 323.51º | 0.9% | 0.52% | - |
| HSV(B) | 323.51º | 0.91% | 0.95% | - |
| XYZ | 43.23 | 21.99 | 33.42 | - |
| YUV | 102.77 | 158.05 | 228.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 21 | 156 | 0 | 0.91 | 0.36 | 0.05 | 323.51 | 0.9 | 0.52 |
| Hex | F3 | 15 | 9C | 0 | 5B | 24 | 5 | 144 | 5A | 34 |
| Octal | 363 | 25 | 234 | 0 | 133 | 44 | 5 | 504 | 132 | 64 |
| Binary | 11110011 | 10101 | 10011100 | 0 | 1011011 | 100100 | 101 | 101000100 | 1011010 | 110100 |
Color Harmonies of #F3159C
Complementary color
Monochromatic Colors of #F3159C
Black with #F3159C
Text Example
Text Example
White with #F3159C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3159C; }
p { color: rgb(243,21,156); }
H1.HeaderClassName
{
color: #F3159C;
}
.AnyTagClassName
{
color: #F3159C;
}
</style>
background-color css
<style>
a { background-color: #F3159C; }
a { background-color: rgb(243,21,156); }
div.DivClassName
{
background-color: #F3159C;
}
.BgClassName
{
background-color: #F3159C;
}
</style>
border-color css
<style>
span { border-color: #F3159C; }
span { border-color: rgb(243,21,156); }
td.TdClassName
{
border-color: #F3159C;
}
.TagClassName
{
border-color: #F3159C;
}
</style>