Shades of Dark Pink #F34673
Tints of Dark Pink #F34673
RGB
CMYK
RGB Variations
Color information
#F34673 (or 0xF34673) is known color: Dark Pink. HEX triplet: F3, 46 and 73. RGB value is (243,70,115). Sum of RGB (Red+Green+Blue) = 243+70+115=428 (56% of max value = 765). Red value is 243 (95.31% from 255 or 56.78% from 428); Green value is 70 (27.73% from 255 or 16.36% from 428); Blue value is 115 (45.31% from 255 or 26.87% from 428); Max value from RGB is 243 - color contains mainly: red. Hex color #F34673 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34673 is #0CB98C. Grayscale: #7E7E7E. Windows color (decimal): -833933 or 7554803. OLE color: 7554803.
HSL color Cylindrical-coordinate representation of color #F34673: hue angle of 344.39º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F34673 is Cyan = 0, Magento = 0.71, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 70 | 115 | - |
| CMYK | 0 | 0.71 | 0.53 | 0.05 |
| HSL | 344.39º | 0.88% | 0.61% | - |
| HSV(B) | 344.39º | 0.71% | 0.95% | - |
| XYZ | 42.25 | 24.67 | 18.76 | - |
| YUV | 126.86 | 121.31 | 210.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 70 | 115 | 0 | 0.71 | 0.53 | 0.05 | 344.39 | 0.88 | 0.61 |
| Hex | F3 | 46 | 73 | 0 | 47 | 35 | 5 | 158 | 58 | 3D |
| Octal | 363 | 106 | 163 | 0 | 107 | 65 | 5 | 530 | 130 | 75 |
| Binary | 11110011 | 1000110 | 1110011 | 0 | 1000111 | 110101 | 101 | 101011000 | 1011000 | 111101 |
Color Harmonies of #F34673
Complementary color
Monochromatic Colors of #F34673
Black with #F34673
Text Example
Text Example
White with #F34673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34673; }
p { color: rgb(243,70,115); }
H1.HeaderClassName
{
color: #F34673;
}
.AnyTagClassName
{
color: #F34673;
}
</style>
background-color css
<style>
a { background-color: #F34673; }
a { background-color: rgb(243,70,115); }
div.DivClassName
{
background-color: #F34673;
}
.BgClassName
{
background-color: #F34673;
}
</style>
border-color css
<style>
span { border-color: #F34673; }
span { border-color: rgb(243,70,115); }
td.TdClassName
{
border-color: #F34673;
}
.TagClassName
{
border-color: #F34673;
}
</style>