Shades of Dark Pink #F34978
Tints of Dark Pink #F34978
RGB
CMYK
RGB Variations
Color information
#F34978 (or 0xF34978) is known color: Dark Pink. HEX triplet: F3, 49 and 78. RGB value is (243,73,120). Sum of RGB (Red+Green+Blue) = 243+73+120=436 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.73% from 436); Green value is 73 (28.91% from 255 or 16.74% from 436); Blue value is 120 (47.27% from 255 or 27.52% from 436); Max value from RGB is 243 - color contains mainly: red. Hex color #F34978 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34978 is #0CB687. Grayscale: #818181. Windows color (decimal): -833160 or 7883251. OLE color: 7883251.
HSL color Cylindrical-coordinate representation of color #F34978: hue angle of 343.41º 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 #F34978 is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 73 | 120 | - |
| CMYK | 0 | 0.70 | 0.51 | 0.05 |
| HSL | 343.41º | 0.88% | 0.62% | - |
| HSV(B) | 343.41º | 0.7% | 0.95% | - |
| XYZ | 42.73 | 25.18 | 20.38 | - |
| YUV | 129.19 | 122.82 | 209.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 73 | 120 | 0 | 0.70 | 0.51 | 0.05 | 343.41 | 0.88 | 0.62 |
| Hex | F3 | 49 | 78 | 0 | 46 | 33 | 5 | 157 | 58 | 3E |
| Octal | 363 | 111 | 170 | 0 | 106 | 63 | 5 | 527 | 130 | 76 |
| Binary | 11110011 | 1001001 | 1111000 | 0 | 1000110 | 110011 | 101 | 101010111 | 1011000 | 111110 |
Color Harmonies of #F34978
Complementary color
Monochromatic Colors of #F34978
Black with #F34978
Text Example
Text Example
White with #F34978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34978; }
p { color: rgb(243,73,120); }
H1.HeaderClassName
{
color: #F34978;
}
.AnyTagClassName
{
color: #F34978;
}
</style>
background-color css
<style>
a { background-color: #F34978; }
a { background-color: rgb(243,73,120); }
div.DivClassName
{
background-color: #F34978;
}
.BgClassName
{
background-color: #F34978;
}
</style>
border-color css
<style>
span { border-color: #F34978; }
span { border-color: rgb(243,73,120); }
td.TdClassName
{
border-color: #F34978;
}
.TagClassName
{
border-color: #F34978;
}
</style>