Shades of Dark Pink #F34472
Tints of Dark Pink #F34472
RGB
CMYK
RGB Variations
Color information
#F34472 (or 0xF34472) is known color: Dark Pink. HEX triplet: F3, 44 and 72. RGB value is (243,68,114). Sum of RGB (Red+Green+Blue) = 243+68+114=425 (56% of max value = 765). Red value is 243 (95.31% from 255 or 57.18% from 425); Green value is 68 (26.95% from 255 or 16% from 425); Blue value is 114 (44.92% from 255 or 26.82% from 425); Max value from RGB is 243 - color contains mainly: red. Hex color #F34472 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34472 is #0CBB8D. Grayscale: #7D7D7D. Windows color (decimal): -834446 or 7488755. OLE color: 7488755.
HSL color Cylindrical-coordinate representation of color #F34472: hue angle of 344.23º 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 #F34472 is Cyan = 0, Magento = 0.72, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 68 | 114 | - |
| CMYK | 0 | 0.72 | 0.53 | 0.05 |
| HSL | 344.23º | 0.88% | 0.61% | - |
| HSV(B) | 344.23º | 0.72% | 0.95% | - |
| XYZ | 42.07 | 24.4 | 18.41 | - |
| YUV | 125.57 | 121.48 | 211.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 68 | 114 | 0 | 0.72 | 0.53 | 0.05 | 344.23 | 0.88 | 0.61 |
| Hex | F3 | 44 | 72 | 0 | 48 | 35 | 5 | 158 | 58 | 3D |
| Octal | 363 | 104 | 162 | 0 | 110 | 65 | 5 | 530 | 130 | 75 |
| Binary | 11110011 | 1000100 | 1110010 | 0 | 1001000 | 110101 | 101 | 101011000 | 1011000 | 111101 |
Color Harmonies of #F34472
Complementary color
Monochromatic Colors of #F34472
Black with #F34472
Text Example
Text Example
White with #F34472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34472; }
p { color: rgb(243,68,114); }
H1.HeaderClassName
{
color: #F34472;
}
.AnyTagClassName
{
color: #F34472;
}
</style>
background-color css
<style>
a { background-color: #F34472; }
a { background-color: rgb(243,68,114); }
div.DivClassName
{
background-color: #F34472;
}
.BgClassName
{
background-color: #F34472;
}
</style>
border-color css
<style>
span { border-color: #F34472; }
span { border-color: rgb(243,68,114); }
td.TdClassName
{
border-color: #F34472;
}
.TagClassName
{
border-color: #F34472;
}
</style>