Shades of Deep Pink #F2058D
Tints of Deep Pink #F2058D
RGB
CMYK
RGB Variations
Color information
#F2058D (or 0xF2058D) is known color: Deep Pink. HEX triplet: F2, 05 and 8D. RGB value is (242,5,141). Sum of RGB (Red+Green+Blue) = 242+5+141=388 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.37% from 388); Green value is 5 (2.34% from 255 or 1.29% from 388); Blue value is 141 (55.47% from 255 or 36.34% from 388); Max value from RGB is 242 - color contains mainly: red. Hex color #F2058D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F2058D is #0DFA72. Grayscale: #5B5B5B. Windows color (decimal): -916083 or 9242098. OLE color: 9242098.
HSL color Cylindrical-coordinate representation of color #F2058D: hue angle of 325.57º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F2058D is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 5 | 141 | - |
| CMYK | 0 | 0.98 | 0.42 | 0.05 |
| HSL | 325.57º | 0.96% | 0.48% | - |
| HSV(B) | 325.57º | 0.98% | 0.95% | - |
| XYZ | 41.48 | 20.91 | 27.05 | - |
| YUV | 91.37 | 156.02 | 235.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 5 | 141 | 0 | 0.98 | 0.42 | 0.05 | 325.57 | 0.96 | 0.48 |
| Hex | F2 | 5 | 8D | 0 | 62 | 2A | 5 | 146 | 60 | 30 |
| Octal | 362 | 5 | 215 | 0 | 142 | 52 | 5 | 506 | 140 | 60 |
| Binary | 11110010 | 101 | 10001101 | 0 | 1100010 | 101010 | 101 | 101000110 | 1100000 | 110000 |
Color Harmonies of #F2058D
Complementary color
Monochromatic Colors of #F2058D
Black with #F2058D
Text Example
Text Example
White with #F2058D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2058D; }
p { color: rgb(242,5,141); }
H1.HeaderClassName
{
color: #F2058D;
}
.AnyTagClassName
{
color: #F2058D;
}
</style>
background-color css
<style>
a { background-color: #F2058D; }
a { background-color: rgb(242,5,141); }
div.DivClassName
{
background-color: #F2058D;
}
.BgClassName
{
background-color: #F2058D;
}
</style>
border-color css
<style>
span { border-color: #F2058D; }
span { border-color: rgb(242,5,141); }
td.TdClassName
{
border-color: #F2058D;
}
.TagClassName
{
border-color: #F2058D;
}
</style>