Shades of Dark Pink #F34D7B
Tints of Dark Pink #F34D7B
RGB
CMYK
RGB Variations
Color information
#F34D7B (or 0xF34D7B) is known color: Dark Pink. HEX triplet: F3, 4D and 7B. RGB value is (243,77,123). Sum of RGB (Red+Green+Blue) = 243+77+123=443 (58% of max value = 765). Red value is 243 (95.31% from 255 or 54.85% from 443); Green value is 77 (30.47% from 255 or 17.38% from 443); Blue value is 123 (48.44% from 255 or 27.77% from 443); Max value from RGB is 243 - color contains mainly: red. Hex color #F34D7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F34D7B is #0CB284. Grayscale: #838383. Windows color (decimal): -832133 or 8080883. OLE color: 8080883.
HSL color Cylindrical-coordinate representation of color #F34D7B: hue angle of 343.37º 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 #F34D7B is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 77 | 123 | - |
| CMYK | 0 | 0.68 | 0.49 | 0.05 |
| HSL | 343.37º | 0.87% | 0.63% | - |
| HSV(B) | 343.37º | 0.68% | 0.95% | - |
| XYZ | 43.19 | 25.79 | 21.44 | - |
| YUV | 131.88 | 123 | 207.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 77 | 123 | 0 | 0.68 | 0.49 | 0.05 | 343.37 | 0.87 | 0.63 |
| Hex | F3 | 4D | 7B | 0 | 44 | 31 | 5 | 157 | 57 | 3F |
| Octal | 363 | 115 | 173 | 0 | 104 | 61 | 5 | 527 | 127 | 77 |
| Binary | 11110011 | 1001101 | 1111011 | 0 | 1000100 | 110001 | 101 | 101010111 | 1010111 | 111111 |
Color Harmonies of #F34D7B
Complementary color
Monochromatic Colors of #F34D7B
Black with #F34D7B
Text Example
Text Example
White with #F34D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34D7B; }
p { color: rgb(243,77,123); }
H1.HeaderClassName
{
color: #F34D7B;
}
.AnyTagClassName
{
color: #F34D7B;
}
</style>
background-color css
<style>
a { background-color: #F34D7B; }
a { background-color: rgb(243,77,123); }
div.DivClassName
{
background-color: #F34D7B;
}
.BgClassName
{
background-color: #F34D7B;
}
</style>
border-color css
<style>
span { border-color: #F34D7B; }
span { border-color: rgb(243,77,123); }
td.TdClassName
{
border-color: #F34D7B;
}
.TagClassName
{
border-color: #F34D7B;
}
</style>