Shades of Dark Pink #F34975
Tints of Dark Pink #F34975
RGB
CMYK
RGB Variations
Color information
#F34975 (or 0xF34975) is known color: Dark Pink. HEX triplet: F3, 49 and 75. RGB value is (243,73,117). Sum of RGB (Red+Green+Blue) = 243+73+117=433 (57% of max value = 765). Red value is 243 (95.31% from 255 or 56.12% from 433); Green value is 73 (28.91% from 255 or 16.86% from 433); Blue value is 117 (46.09% from 255 or 27.02% from 433); Max value from RGB is 243 - color contains mainly: red. Hex color #F34975 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34975 is #0CB68A. Grayscale: #808080. Windows color (decimal): -833163 or 7686643. OLE color: 7686643.
HSL color Cylindrical-coordinate representation of color #F34975: hue angle of 344.47º 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 #F34975 is Cyan = 0, Magento = 0.70, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 73 | 117 | - |
| CMYK | 0 | 0.70 | 0.52 | 0.05 |
| HSL | 344.47º | 0.88% | 0.62% | - |
| HSV(B) | 344.47º | 0.7% | 0.95% | - |
| XYZ | 42.56 | 25.1 | 19.43 | - |
| YUV | 128.85 | 121.32 | 209.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 73 | 117 | 0 | 0.70 | 0.52 | 0.05 | 344.47 | 0.88 | 0.62 |
| Hex | F3 | 49 | 75 | 0 | 46 | 34 | 5 | 158 | 58 | 3E |
| Octal | 363 | 111 | 165 | 0 | 106 | 64 | 5 | 530 | 130 | 76 |
| Binary | 11110011 | 1001001 | 1110101 | 0 | 1000110 | 110100 | 101 | 101011000 | 1011000 | 111110 |
Color Harmonies of #F34975
Complementary color
Monochromatic Colors of #F34975
Black with #F34975
Text Example
Text Example
White with #F34975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34975; }
p { color: rgb(243,73,117); }
H1.HeaderClassName
{
color: #F34975;
}
.AnyTagClassName
{
color: #F34975;
}
</style>
background-color css
<style>
a { background-color: #F34975; }
a { background-color: rgb(243,73,117); }
div.DivClassName
{
background-color: #F34975;
}
.BgClassName
{
background-color: #F34975;
}
</style>
border-color css
<style>
span { border-color: #F34975; }
span { border-color: rgb(243,73,117); }
td.TdClassName
{
border-color: #F34975;
}
.TagClassName
{
border-color: #F34975;
}
</style>