Shades of Deep Pink #F3159D
Tints of Deep Pink #F3159D
RGB
CMYK
RGB Variations
Color information
#F3159D (or 0xF3159D) is known color: Deep Pink. HEX triplet: F3, 15 and 9D. RGB value is (243,21,157). Sum of RGB (Red+Green+Blue) = 243+21+157=421 (55% of max value = 765). Red value is 243 (95.31% from 255 or 57.72% from 421); Green value is 21 (8.59% from 255 or 4.99% from 421); Blue value is 157 (61.72% from 255 or 37.29% from 421); Max value from RGB is 243 - color contains mainly: red. Hex color #F3159D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F3159D is #0CEA62. Grayscale: #666666. Windows color (decimal): -846435 or 10294771. OLE color: 10294771.
HSL color Cylindrical-coordinate representation of color #F3159D: hue angle of 323.24º 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 #F3159D is Cyan = 0, Magento = 0.91, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 21 | 157 | - |
| CMYK | 0 | 0.91 | 0.35 | 0.05 |
| HSL | 323.24º | 0.9% | 0.52% | - |
| HSV(B) | 323.24º | 0.91% | 0.95% | - |
| XYZ | 43.32 | 22.03 | 33.87 | - |
| YUV | 102.88 | 158.55 | 227.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 21 | 157 | 0 | 0.91 | 0.35 | 0.05 | 323.24 | 0.9 | 0.52 |
| Hex | F3 | 15 | 9D | 0 | 5B | 23 | 5 | 143 | 5A | 34 |
| Octal | 363 | 25 | 235 | 0 | 133 | 43 | 5 | 503 | 132 | 64 |
| Binary | 11110011 | 10101 | 10011101 | 0 | 1011011 | 100011 | 101 | 101000011 | 1011010 | 110100 |
Color Harmonies of #F3159D
Complementary color
Monochromatic Colors of #F3159D
Black with #F3159D
Text Example
Text Example
White with #F3159D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3159D; }
p { color: rgb(243,21,157); }
H1.HeaderClassName
{
color: #F3159D;
}
.AnyTagClassName
{
color: #F3159D;
}
</style>
background-color css
<style>
a { background-color: #F3159D; }
a { background-color: rgb(243,21,157); }
div.DivClassName
{
background-color: #F3159D;
}
.BgClassName
{
background-color: #F3159D;
}
</style>
border-color css
<style>
span { border-color: #F3159D; }
span { border-color: rgb(243,21,157); }
td.TdClassName
{
border-color: #F3159D;
}
.TagClassName
{
border-color: #F3159D;
}
</style>