Shades of Dark Pink #F34A7B
Tints of Dark Pink #F34A7B
RGB
CMYK
RGB Variations
Color information
#F34A7B (or 0xF34A7B) is known color: Dark Pink. HEX triplet: F3, 4A and 7B. RGB value is (243,74,123). Sum of RGB (Red+Green+Blue) = 243+74+123=440 (58% of max value = 765). Red value is 243 (95.31% from 255 or 55.23% from 440); Green value is 74 (29.30% from 255 or 16.82% from 440); Blue value is 123 (48.44% from 255 or 27.95% from 440); Max value from RGB is 243 - color contains mainly: red. Hex color #F34A7B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34A7B is #0CB584. Grayscale: #828282. Windows color (decimal): -832901 or 8080115. OLE color: 8080115.
HSL color Cylindrical-coordinate representation of color #F34A7B: hue angle of 342.6º 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 #F34A7B is Cyan = 0, Magento = 0.70, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 74 | 123 | - |
| CMYK | 0 | 0.70 | 0.49 | 0.05 |
| HSL | 342.6º | 0.88% | 0.62% | - |
| HSV(B) | 342.6º | 0.7% | 0.95% | - |
| XYZ | 42.99 | 25.38 | 21.37 | - |
| YUV | 130.12 | 123.99 | 208.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 74 | 123 | 0 | 0.70 | 0.49 | 0.05 | 342.6 | 0.88 | 0.62 |
| Hex | F3 | 4A | 7B | 0 | 46 | 31 | 5 | 157 | 58 | 3E |
| Octal | 363 | 112 | 173 | 0 | 106 | 61 | 5 | 527 | 130 | 76 |
| Binary | 11110011 | 1001010 | 1111011 | 0 | 1000110 | 110001 | 101 | 101010111 | 1011000 | 111110 |
Color Harmonies of #F34A7B
Complementary color
Monochromatic Colors of #F34A7B
Black with #F34A7B
Text Example
Text Example
White with #F34A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34A7B; }
p { color: rgb(243,74,123); }
H1.HeaderClassName
{
color: #F34A7B;
}
.AnyTagClassName
{
color: #F34A7B;
}
</style>
background-color css
<style>
a { background-color: #F34A7B; }
a { background-color: rgb(243,74,123); }
div.DivClassName
{
background-color: #F34A7B;
}
.BgClassName
{
background-color: #F34A7B;
}
</style>
border-color css
<style>
span { border-color: #F34A7B; }
span { border-color: rgb(243,74,123); }
td.TdClassName
{
border-color: #F34A7B;
}
.TagClassName
{
border-color: #F34A7B;
}
</style>