Shades of Deep Pink #F3129C
Tints of Deep Pink #F3129C
RGB
CMYK
RGB Variations
Color information
#F3129C (or 0xF3129C) is known color: Deep Pink. HEX triplet: F3, 12 and 9C. RGB value is (243,18,156). Sum of RGB (Red+Green+Blue) = 243+18+156=417 (55% of max value = 765). Red value is 243 (95.31% from 255 or 58.27% from 417); Green value is 18 (7.42% from 255 or 4.32% from 417); Blue value is 156 (61.33% from 255 or 37.41% from 417); Max value from RGB is 243 - color contains mainly: red. Hex color #F3129C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F3129C is #0CED63. Grayscale: #646464. Windows color (decimal): -847204 or 10228467. OLE color: 10228467.
HSL color Cylindrical-coordinate representation of color #F3129C: hue angle of 323.2º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F3129C is Cyan = 0, Magento = 0.93, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 18 | 156 | - |
| CMYK | 0 | 0.93 | 0.36 | 0.05 |
| HSL | 323.2º | 0.9% | 0.51% | - |
| HSV(B) | 323.2º | 0.93% | 0.95% | - |
| XYZ | 43.18 | 21.89 | 33.4 | - |
| YUV | 101.01 | 159.04 | 229.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 18 | 156 | 0 | 0.93 | 0.36 | 0.05 | 323.2 | 0.9 | 0.51 |
| Hex | F3 | 12 | 9C | 0 | 5D | 24 | 5 | 143 | 5A | 33 |
| Octal | 363 | 22 | 234 | 0 | 135 | 44 | 5 | 503 | 132 | 63 |
| Binary | 11110011 | 10010 | 10011100 | 0 | 1011101 | 100100 | 101 | 101000011 | 1011010 | 110011 |
Color Harmonies of #F3129C
Complementary color
Monochromatic Colors of #F3129C
Black with #F3129C
Text Example
Text Example
White with #F3129C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3129C; }
p { color: rgb(243,18,156); }
H1.HeaderClassName
{
color: #F3129C;
}
.AnyTagClassName
{
color: #F3129C;
}
</style>
background-color css
<style>
a { background-color: #F3129C; }
a { background-color: rgb(243,18,156); }
div.DivClassName
{
background-color: #F3129C;
}
.BgClassName
{
background-color: #F3129C;
}
</style>
border-color css
<style>
span { border-color: #F3129C; }
span { border-color: rgb(243,18,156); }
td.TdClassName
{
border-color: #F3129C;
}
.TagClassName
{
border-color: #F3129C;
}
</style>