Shades of Dark Pink #F34D76
Tints of Dark Pink #F34D76
RGB
CMYK
RGB Variations
Color information
#F34D76 (or 0xF34D76) is known color: Dark Pink. HEX triplet: F3, 4D and 76. RGB value is (243,77,118). Sum of RGB (Red+Green+Blue) = 243+77+118=438 (58% of max value = 765). Red value is 243 (95.31% from 255 or 55.48% from 438); Green value is 77 (30.47% from 255 or 17.58% from 438); Blue value is 118 (46.48% from 255 or 26.94% from 438); Max value from RGB is 243 - color contains mainly: red. Hex color #F34D76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F34D76 is #0CB289. Grayscale: #838383. Windows color (decimal): -832138 or 7753203. OLE color: 7753203.
HSL color Cylindrical-coordinate representation of color #F34D76: hue angle of 345.18º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F34D76 is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 77 | 118 | - |
| CMYK | 0 | 0.68 | 0.51 | 0.05 |
| HSL | 345.18º | 0.87% | 0.63% | - |
| HSV(B) | 345.18º | 0.68% | 0.95% | - |
| XYZ | 42.89 | 25.67 | 19.83 | - |
| YUV | 131.31 | 120.5 | 207.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 77 | 118 | 0 | 0.68 | 0.51 | 0.05 | 345.18 | 0.87 | 0.63 |
| Hex | F3 | 4D | 76 | 0 | 44 | 33 | 5 | 159 | 57 | 3F |
| Octal | 363 | 115 | 166 | 0 | 104 | 63 | 5 | 531 | 127 | 77 |
| Binary | 11110011 | 1001101 | 1110110 | 0 | 1000100 | 110011 | 101 | 101011001 | 1010111 | 111111 |
Color Harmonies of #F34D76
Complementary color
Monochromatic Colors of #F34D76
Black with #F34D76
Text Example
Text Example
White with #F34D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34D76; }
p { color: rgb(243,77,118); }
H1.HeaderClassName
{
color: #F34D76;
}
.AnyTagClassName
{
color: #F34D76;
}
</style>
background-color css
<style>
a { background-color: #F34D76; }
a { background-color: rgb(243,77,118); }
div.DivClassName
{
background-color: #F34D76;
}
.BgClassName
{
background-color: #F34D76;
}
</style>
border-color css
<style>
span { border-color: #F34D76; }
span { border-color: rgb(243,77,118); }
td.TdClassName
{
border-color: #F34D76;
}
.TagClassName
{
border-color: #F34D76;
}
</style>