Shades of Dark Pink #F54574
Tints of Dark Pink #F54574
RGB
CMYK
RGB Variations
Color information
#F54574 (or 0xF54574) is known color: Dark Pink. HEX triplet: F5, 45 and 74. RGB value is (245,69,116). Sum of RGB (Red+Green+Blue) = 245+69+116=430 (56% of max value = 765). Red value is 245 (96.09% from 255 or 56.98% from 430); Green value is 69 (27.34% from 255 or 16.05% from 430); Blue value is 116 (45.70% from 255 or 26.98% from 430); Max value from RGB is 245 - color contains mainly: red. Hex color #F54574 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F54574 is #0ABA8B. Grayscale: #7E7E7E. Windows color (decimal): -703116 or 7620085. OLE color: 7620085.
HSL color Cylindrical-coordinate representation of color #F54574: hue angle of 343.98º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F54574 is Cyan = 0, Magento = 0.72, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 69 | 116 | - |
| CMYK | 0 | 0.72 | 0.53 | 0.04 |
| HSL | 343.98º | 0.9% | 0.62% | - |
| HSV(B) | 343.98º | 0.72% | 0.96% | - |
| XYZ | 42.94 | 24.93 | 19.07 | - |
| YUV | 126.98 | 121.81 | 212.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 69 | 116 | 0 | 0.72 | 0.53 | 0.04 | 343.98 | 0.9 | 0.62 |
| Hex | F5 | 45 | 74 | 0 | 48 | 35 | 4 | 158 | 5A | 3E |
| Octal | 365 | 105 | 164 | 0 | 110 | 65 | 4 | 530 | 132 | 76 |
| Binary | 11110101 | 1000101 | 1110100 | 0 | 1001000 | 110101 | 100 | 101011000 | 1011010 | 111110 |
Color Harmonies of #F54574
Complementary color
Monochromatic Colors of #F54574
Black with #F54574
Text Example
Text Example
White with #F54574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54574; }
p { color: rgb(245,69,116); }
H1.HeaderClassName
{
color: #F54574;
}
.AnyTagClassName
{
color: #F54574;
}
</style>
background-color css
<style>
a { background-color: #F54574; }
a { background-color: rgb(245,69,116); }
div.DivClassName
{
background-color: #F54574;
}
.BgClassName
{
background-color: #F54574;
}
</style>
border-color css
<style>
span { border-color: #F54574; }
span { border-color: rgb(245,69,116); }
td.TdClassName
{
border-color: #F54574;
}
.TagClassName
{
border-color: #F54574;
}
</style>