Shades of Dark Pink #F34E7D
Tints of Dark Pink #F34E7D
RGB
CMYK
RGB Variations
Color information
#F34E7D (or 0xF34E7D) is known color: Dark Pink. HEX triplet: F3, 4E and 7D. RGB value is (243,78,125). Sum of RGB (Red+Green+Blue) = 243+78+125=446 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54.48% from 446); Green value is 78 (30.86% from 255 or 17.49% from 446); Blue value is 125 (49.22% from 255 or 28.03% from 446); Max value from RGB is 243 - color contains mainly: red. Hex color #F34E7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F34E7D is #0CB182. Grayscale: #848484. Windows color (decimal): -831875 or 8212211. OLE color: 8212211.
HSL color Cylindrical-coordinate representation of color #F34E7D: hue angle of 342.91º 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 #F34E7D is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 78 | 125 | - |
| CMYK | 0 | 0.68 | 0.49 | 0.05 |
| HSL | 342.91º | 0.87% | 0.63% | - |
| HSV(B) | 342.91º | 0.68% | 0.95% | - |
| XYZ | 43.39 | 25.98 | 22.13 | - |
| YUV | 132.69 | 123.66 | 206.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 78 | 125 | 0 | 0.68 | 0.49 | 0.05 | 342.91 | 0.87 | 0.63 |
| Hex | F3 | 4E | 7D | 0 | 44 | 31 | 5 | 157 | 57 | 3F |
| Octal | 363 | 116 | 175 | 0 | 104 | 61 | 5 | 527 | 127 | 77 |
| Binary | 11110011 | 1001110 | 1111101 | 0 | 1000100 | 110001 | 101 | 101010111 | 1010111 | 111111 |
Color Harmonies of #F34E7D
Complementary color
Monochromatic Colors of #F34E7D
Black with #F34E7D
Text Example
Text Example
White with #F34E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34E7D; }
p { color: rgb(243,78,125); }
H1.HeaderClassName
{
color: #F34E7D;
}
.AnyTagClassName
{
color: #F34E7D;
}
</style>
background-color css
<style>
a { background-color: #F34E7D; }
a { background-color: rgb(243,78,125); }
div.DivClassName
{
background-color: #F34E7D;
}
.BgClassName
{
background-color: #F34E7D;
}
</style>
border-color css
<style>
span { border-color: #F34E7D; }
span { border-color: rgb(243,78,125); }
td.TdClassName
{
border-color: #F34E7D;
}
.TagClassName
{
border-color: #F34E7D;
}
</style>