Shades of Deep Pink #F2248F
Tints of Deep Pink #F2248F
RGB
CMYK
RGB Variations
Color information
#F2248F (or 0xF2248F) is known color: Deep Pink. HEX triplet: F2, 24 and 8F. RGB value is (242,36,143). Sum of RGB (Red+Green+Blue) = 242+36+143=421 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.48% from 421); Green value is 36 (14.45% from 255 or 8.55% from 421); Blue value is 143 (56.25% from 255 or 33.97% from 421); Max value from RGB is 242 - color contains mainly: red. Hex color #F2248F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2248F is #0DDB70. Grayscale: #6D6D6D. Windows color (decimal): -908145 or 9381106. OLE color: 9381106.
HSL color Cylindrical-coordinate representation of color #F2248F: hue angle of 328.83º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F2248F is Cyan = 0, Magento = 0.85, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 36 | 143 | - |
| CMYK | 0 | 0.85 | 0.41 | 0.05 |
| HSL | 328.84º | 0.89% | 0.55% | - |
| HSV(B) | 328.84º | 0.85% | 0.95% | - |
| XYZ | 42.21 | 22.12 | 28.03 | - |
| YUV | 109.79 | 146.75 | 222.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 36 | 143 | 0 | 0.85 | 0.41 | 0.05 | 328.84 | 0.89 | 0.55 |
| Hex | F2 | 24 | 8F | 0 | 55 | 29 | 5 | 149 | 59 | 37 |
| Octal | 362 | 44 | 217 | 0 | 125 | 51 | 5 | 511 | 131 | 67 |
| Binary | 11110010 | 100100 | 10001111 | 0 | 1010101 | 101001 | 101 | 101001001 | 1011001 | 110111 |
Color Harmonies of #F2248F
Complementary color
Monochromatic Colors of #F2248F
Black with #F2248F
Text Example
Text Example
White with #F2248F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2248F; }
p { color: rgb(242,36,143); }
H1.HeaderClassName
{
color: #F2248F;
}
.AnyTagClassName
{
color: #F2248F;
}
</style>
background-color css
<style>
a { background-color: #F2248F; }
a { background-color: rgb(242,36,143); }
div.DivClassName
{
background-color: #F2248F;
}
.BgClassName
{
background-color: #F2248F;
}
</style>
border-color css
<style>
span { border-color: #F2248F; }
span { border-color: rgb(242,36,143); }
td.TdClassName
{
border-color: #F2248F;
}
.TagClassName
{
border-color: #F2248F;
}
</style>