Shades of Dark Pink #F34973
Tints of Dark Pink #F34973
RGB
CMYK
RGB Variations
Color information
#F34973 (or 0xF34973) is known color: Dark Pink. HEX triplet: F3, 49 and 73. RGB value is (243,73,115). Sum of RGB (Red+Green+Blue) = 243+73+115=431 (57% of max value = 765). Red value is 243 (95.31% from 255 or 56.38% from 431); Green value is 73 (28.91% from 255 or 16.94% from 431); Blue value is 115 (45.31% from 255 or 26.68% from 431); Max value from RGB is 243 - color contains mainly: red. Hex color #F34973 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34973 is #0CB68C. Grayscale: #808080. Windows color (decimal): -833165 or 7555571. OLE color: 7555571.
HSL color Cylindrical-coordinate representation of color #F34973: hue angle of 345.18º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F34973 is Cyan = 0, Magento = 0.70, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 73 | 115 | - |
| CMYK | 0 | 0.70 | 0.53 | 0.05 |
| HSL | 345.18º | 0.88% | 0.62% | - |
| HSV(B) | 345.18º | 0.7% | 0.95% | - |
| XYZ | 42.44 | 25.06 | 18.82 | - |
| YUV | 128.62 | 120.32 | 209.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 73 | 115 | 0 | 0.70 | 0.53 | 0.05 | 345.18 | 0.88 | 0.62 |
| Hex | F3 | 49 | 73 | 0 | 46 | 35 | 5 | 159 | 58 | 3E |
| Octal | 363 | 111 | 163 | 0 | 106 | 65 | 5 | 531 | 130 | 76 |
| Binary | 11110011 | 1001001 | 1110011 | 0 | 1000110 | 110101 | 101 | 101011001 | 1011000 | 111110 |
Color Harmonies of #F34973
Complementary color
Monochromatic Colors of #F34973
Black with #F34973
Text Example
Text Example
White with #F34973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34973; }
p { color: rgb(243,73,115); }
H1.HeaderClassName
{
color: #F34973;
}
.AnyTagClassName
{
color: #F34973;
}
</style>
background-color css
<style>
a { background-color: #F34973; }
a { background-color: rgb(243,73,115); }
div.DivClassName
{
background-color: #F34973;
}
.BgClassName
{
background-color: #F34973;
}
</style>
border-color css
<style>
span { border-color: #F34973; }
span { border-color: rgb(243,73,115); }
td.TdClassName
{
border-color: #F34973;
}
.TagClassName
{
border-color: #F34973;
}
</style>