Shades of Dark Pink #F34774
Tints of Dark Pink #F34774
RGB
CMYK
RGB Variations
Color information
#F34774 (or 0xF34774) is known color: Dark Pink. HEX triplet: F3, 47 and 74. RGB value is (243,71,116). Sum of RGB (Red+Green+Blue) = 243+71+116=430 (56% of max value = 765). Red value is 243 (95.31% from 255 or 56.51% from 430); Green value is 71 (28.12% from 255 or 16.51% from 430); Blue value is 116 (45.70% from 255 or 26.98% from 430); Max value from RGB is 243 - color contains mainly: red. Hex color #F34774 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34774 is #0CB88B. Grayscale: #7F7F7F. Windows color (decimal): -833676 or 7620595. OLE color: 7620595.
HSL color Cylindrical-coordinate representation of color #F34774: hue angle of 344.3º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F34774 is Cyan = 0, Magento = 0.71, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 71 | 116 | - |
| CMYK | 0 | 0.71 | 0.52 | 0.05 |
| HSL | 344.3º | 0.88% | 0.62% | - |
| HSV(B) | 344.3º | 0.71% | 0.95% | - |
| XYZ | 42.37 | 24.82 | 19.08 | - |
| YUV | 127.56 | 121.48 | 210.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 71 | 116 | 0 | 0.71 | 0.52 | 0.05 | 344.3 | 0.88 | 0.62 |
| Hex | F3 | 47 | 74 | 0 | 47 | 34 | 5 | 158 | 58 | 3E |
| Octal | 363 | 107 | 164 | 0 | 107 | 64 | 5 | 530 | 130 | 76 |
| Binary | 11110011 | 1000111 | 1110100 | 0 | 1000111 | 110100 | 101 | 101011000 | 1011000 | 111110 |
Color Harmonies of #F34774
Complementary color
Monochromatic Colors of #F34774
Black with #F34774
Text Example
Text Example
White with #F34774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34774; }
p { color: rgb(243,71,116); }
H1.HeaderClassName
{
color: #F34774;
}
.AnyTagClassName
{
color: #F34774;
}
</style>
background-color css
<style>
a { background-color: #F34774; }
a { background-color: rgb(243,71,116); }
div.DivClassName
{
background-color: #F34774;
}
.BgClassName
{
background-color: #F34774;
}
</style>
border-color css
<style>
span { border-color: #F34774; }
span { border-color: rgb(243,71,116); }
td.TdClassName
{
border-color: #F34774;
}
.TagClassName
{
border-color: #F34774;
}
</style>