Shades of Dark Pink #F2547D
Tints of Dark Pink #F2547D
RGB
CMYK
RGB Variations
Color information
#F2547D (or 0xF2547D) is known color: Dark Pink. HEX triplet: F2, 54 and 7D. RGB value is (242,84,125). Sum of RGB (Red+Green+Blue) = 242+84+125=451 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.66% from 451); Green value is 84 (33.20% from 255 or 18.63% from 451); Blue value is 125 (49.22% from 255 or 27.72% from 451); Max value from RGB is 242 - color contains mainly: red. Hex color #F2547D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2547D is #0DAB82. Grayscale: #878787. Windows color (decimal): -895875 or 8213746. OLE color: 8213746.
HSL color Cylindrical-coordinate representation of color #F2547D: hue angle of 344.43º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F2547D is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 84 | 125 | - |
| CMYK | 0 | 0.65 | 0.48 | 0.05 |
| HSL | 344.43º | 0.86% | 0.64% | - |
| HSV(B) | 344.43º | 0.65% | 0.95% | - |
| XYZ | 43.49 | 26.7 | 22.26 | - |
| YUV | 135.92 | 121.85 | 203.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 84 | 125 | 0 | 0.65 | 0.48 | 0.05 | 344.43 | 0.86 | 0.64 |
| Hex | F2 | 54 | 7D | 0 | 41 | 30 | 5 | 158 | 56 | 40 |
| Octal | 362 | 124 | 175 | 0 | 101 | 60 | 5 | 530 | 126 | 100 |
| Binary | 11110010 | 1010100 | 1111101 | 0 | 1000001 | 110000 | 101 | 101011000 | 1010110 | 1000000 |
Color Harmonies of #F2547D
Complementary color
Monochromatic Colors of #F2547D
Black with #F2547D
Text Example
Text Example
White with #F2547D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2547D; }
p { color: rgb(242,84,125); }
H1.HeaderClassName
{
color: #F2547D;
}
.AnyTagClassName
{
color: #F2547D;
}
</style>
background-color css
<style>
a { background-color: #F2547D; }
a { background-color: rgb(242,84,125); }
div.DivClassName
{
background-color: #F2547D;
}
.BgClassName
{
background-color: #F2547D;
}
</style>
border-color css
<style>
span { border-color: #F2547D; }
span { border-color: rgb(242,84,125); }
td.TdClassName
{
border-color: #F2547D;
}
.TagClassName
{
border-color: #F2547D;
}
</style>