Shades of Deep Pink #F2058C
Tints of Deep Pink #F2058C
RGB
CMYK
RGB Variations
Color information
#F2058C (or 0xF2058C) is known color: Deep Pink. HEX triplet: F2, 05 and 8C. RGB value is (242,5,140). Sum of RGB (Red+Green+Blue) = 242+5+140=387 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.53% from 387); Green value is 5 (2.34% from 255 or 1.29% from 387); Blue value is 140 (55.08% from 255 or 36.18% from 387); Max value from RGB is 242 - color contains mainly: red. Hex color #F2058C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F2058C is #0DFA73. Grayscale: #5A5A5A. Windows color (decimal): -916084 or 9176562. OLE color: 9176562.
HSL color Cylindrical-coordinate representation of color #F2058C: hue angle of 325.82º 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 #F2058C is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 5 | 140 | - |
| CMYK | 0 | 0.98 | 0.42 | 0.05 |
| HSL | 325.82º | 0.96% | 0.48% | - |
| HSV(B) | 325.82º | 0.98% | 0.95% | - |
| XYZ | 41.41 | 20.88 | 26.66 | - |
| YUV | 91.25 | 155.52 | 235.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 5 | 140 | 0 | 0.98 | 0.42 | 0.05 | 325.82 | 0.96 | 0.48 |
| Hex | F2 | 5 | 8C | 0 | 62 | 2A | 5 | 146 | 60 | 30 |
| Octal | 362 | 5 | 214 | 0 | 142 | 52 | 5 | 506 | 140 | 60 |
| Binary | 11110010 | 101 | 10001100 | 0 | 1100010 | 101010 | 101 | 101000110 | 1100000 | 110000 |
Color Harmonies of #F2058C
Complementary color
Monochromatic Colors of #F2058C
Black with #F2058C
Text Example
Text Example
White with #F2058C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2058C; }
p { color: rgb(242,5,140); }
H1.HeaderClassName
{
color: #F2058C;
}
.AnyTagClassName
{
color: #F2058C;
}
</style>
background-color css
<style>
a { background-color: #F2058C; }
a { background-color: rgb(242,5,140); }
div.DivClassName
{
background-color: #F2058C;
}
.BgClassName
{
background-color: #F2058C;
}
</style>
border-color css
<style>
span { border-color: #F2058C; }
span { border-color: rgb(242,5,140); }
td.TdClassName
{
border-color: #F2058C;
}
.TagClassName
{
border-color: #F2058C;
}
</style>