Shades of Dark Pink #F34474
Tints of Dark Pink #F34474
RGB
CMYK
RGB Variations
Color information
#F34474 (or 0xF34474) is known color: Dark Pink. HEX triplet: F3, 44 and 74. RGB value is (243,68,116). Sum of RGB (Red+Green+Blue) = 243+68+116=427 (56% of max value = 765). Red value is 243 (95.31% from 255 or 56.91% from 427); Green value is 68 (26.95% from 255 or 15.93% from 427); Blue value is 116 (45.70% from 255 or 27.17% from 427); Max value from RGB is 243 - color contains mainly: red. Hex color #F34474 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34474 is #0CBB8B. Grayscale: #7D7D7D. Windows color (decimal): -834444 or 7619827. OLE color: 7619827.
HSL color Cylindrical-coordinate representation of color #F34474: hue angle of 343.54º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F34474 is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 68 | 116 | - |
| CMYK | 0 | 0.72 | 0.52 | 0.05 |
| HSL | 343.54º | 0.88% | 0.61% | - |
| HSV(B) | 343.54º | 0.72% | 0.95% | - |
| XYZ | 42.18 | 24.45 | 19.02 | - |
| YUV | 125.8 | 122.48 | 211.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 68 | 116 | 0 | 0.72 | 0.52 | 0.05 | 343.54 | 0.88 | 0.61 |
| Hex | F3 | 44 | 74 | 0 | 48 | 34 | 5 | 158 | 58 | 3D |
| Octal | 363 | 104 | 164 | 0 | 110 | 64 | 5 | 530 | 130 | 75 |
| Binary | 11110011 | 1000100 | 1110100 | 0 | 1001000 | 110100 | 101 | 101011000 | 1011000 | 111101 |
Color Harmonies of #F34474
Complementary color
Monochromatic Colors of #F34474
Black with #F34474
Text Example
Text Example
White with #F34474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34474; }
p { color: rgb(243,68,116); }
H1.HeaderClassName
{
color: #F34474;
}
.AnyTagClassName
{
color: #F34474;
}
</style>
background-color css
<style>
a { background-color: #F34474; }
a { background-color: rgb(243,68,116); }
div.DivClassName
{
background-color: #F34474;
}
.BgClassName
{
background-color: #F34474;
}
</style>
border-color css
<style>
span { border-color: #F34474; }
span { border-color: rgb(243,68,116); }
td.TdClassName
{
border-color: #F34474;
}
.TagClassName
{
border-color: #F34474;
}
</style>