Shades of Dark Pink #F34C7B
Tints of Dark Pink #F34C7B
RGB
CMYK
RGB Variations
Color information
#F34C7B (or 0xF34C7B) is known color: Dark Pink. HEX triplet: F3, 4C and 7B. RGB value is (243,76,123). Sum of RGB (Red+Green+Blue) = 243+76+123=442 (58% of max value = 765). Red value is 243 (95.31% from 255 or 54.98% from 442); Green value is 76 (30.08% from 255 or 17.19% from 442); Blue value is 123 (48.44% from 255 or 27.83% from 442); Max value from RGB is 243 - color contains mainly: red. Hex color #F34C7B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34C7B is #0CB384. Grayscale: #838383. Windows color (decimal): -832389 or 8080627. OLE color: 8080627.
HSL color Cylindrical-coordinate representation of color #F34C7B: hue angle of 343.11º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F34C7B is Cyan = 0, Magento = 0.69, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 76 | 123 | - |
| CMYK | 0 | 0.69 | 0.49 | 0.05 |
| HSL | 343.11º | 0.87% | 0.63% | - |
| HSV(B) | 343.11º | 0.69% | 0.95% | - |
| XYZ | 43.12 | 25.65 | 21.42 | - |
| YUV | 131.29 | 123.33 | 207.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 76 | 123 | 0 | 0.69 | 0.49 | 0.05 | 343.11 | 0.87 | 0.63 |
| Hex | F3 | 4C | 7B | 0 | 45 | 31 | 5 | 157 | 57 | 3F |
| Octal | 363 | 114 | 173 | 0 | 105 | 61 | 5 | 527 | 127 | 77 |
| Binary | 11110011 | 1001100 | 1111011 | 0 | 1000101 | 110001 | 101 | 101010111 | 1010111 | 111111 |
Color Harmonies of #F34C7B
Complementary color
Monochromatic Colors of #F34C7B
Black with #F34C7B
Text Example
Text Example
White with #F34C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34C7B; }
p { color: rgb(243,76,123); }
H1.HeaderClassName
{
color: #F34C7B;
}
.AnyTagClassName
{
color: #F34C7B;
}
</style>
background-color css
<style>
a { background-color: #F34C7B; }
a { background-color: rgb(243,76,123); }
div.DivClassName
{
background-color: #F34C7B;
}
.BgClassName
{
background-color: #F34C7B;
}
</style>
border-color css
<style>
span { border-color: #F34C7B; }
span { border-color: rgb(243,76,123); }
td.TdClassName
{
border-color: #F34C7B;
}
.TagClassName
{
border-color: #F34C7B;
}
</style>