Shades of Dark Pink #F34972
Tints of Dark Pink #F34972
RGB
CMYK
RGB Variations
Color information
#F34972 (or 0xF34972) is known color: Dark Pink. HEX triplet: F3, 49 and 72. RGB value is (243,73,114). Sum of RGB (Red+Green+Blue) = 243+73+114=430 (56% of max value = 765). Red value is 243 (95.31% from 255 or 56.51% from 430); Green value is 73 (28.91% from 255 or 16.98% from 430); Blue value is 114 (44.92% from 255 or 26.51% from 430); Max value from RGB is 243 - color contains mainly: red. Hex color #F34972 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34972 is #0CB68D. Grayscale: #808080. Windows color (decimal): -833166 or 7490035. OLE color: 7490035.
HSL color Cylindrical-coordinate representation of color #F34972: hue angle of 345.53º 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 #F34972 is Cyan = 0, Magento = 0.70, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 73 | 114 | - |
| CMYK | 0 | 0.70 | 0.53 | 0.05 |
| HSL | 345.53º | 0.88% | 0.62% | - |
| HSV(B) | 345.53º | 0.7% | 0.95% | - |
| XYZ | 42.38 | 25.03 | 18.52 | - |
| YUV | 128.5 | 119.82 | 209.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 73 | 114 | 0 | 0.70 | 0.53 | 0.05 | 345.53 | 0.88 | 0.62 |
| Hex | F3 | 49 | 72 | 0 | 46 | 35 | 5 | 15A | 58 | 3E |
| Octal | 363 | 111 | 162 | 0 | 106 | 65 | 5 | 532 | 130 | 76 |
| Binary | 11110011 | 1001001 | 1110010 | 0 | 1000110 | 110101 | 101 | 101011010 | 1011000 | 111110 |
Color Harmonies of #F34972
Complementary color
Monochromatic Colors of #F34972
Black with #F34972
Text Example
Text Example
White with #F34972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34972; }
p { color: rgb(243,73,114); }
H1.HeaderClassName
{
color: #F34972;
}
.AnyTagClassName
{
color: #F34972;
}
</style>
background-color css
<style>
a { background-color: #F34972; }
a { background-color: rgb(243,73,114); }
div.DivClassName
{
background-color: #F34972;
}
.BgClassName
{
background-color: #F34972;
}
</style>
border-color css
<style>
span { border-color: #F34972; }
span { border-color: rgb(243,73,114); }
td.TdClassName
{
border-color: #F34972;
}
.TagClassName
{
border-color: #F34972;
}
</style>