Shades of Deep Pink #F3248E
Tints of Deep Pink #F3248E
RGB
CMYK
RGB Variations
Color information
#F3248E (or 0xF3248E) is known color: Deep Pink. HEX triplet: F3, 24 and 8E. RGB value is (243,36,142). Sum of RGB (Red+Green+Blue) = 243+36+142=421 (55% of max value = 765). Red value is 243 (95.31% from 255 or 57.72% from 421); Green value is 36 (14.45% from 255 or 8.55% from 421); Blue value is 142 (55.86% from 255 or 33.73% from 421); Max value from RGB is 243 - color contains mainly: red. Hex color #F3248E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F3248E is #0CDB71. Grayscale: #6D6D6D. Windows color (decimal): -842610 or 9315571. OLE color: 9315571.
HSL color Cylindrical-coordinate representation of color #F3248E: hue angle of 329.28º degrees, saturation: 0.9, 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 #F3248E is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 36 | 142 | - |
| CMYK | 0 | 0.85 | 0.42 | 0.05 |
| HSL | 329.28º | 0.9% | 0.55% | - |
| HSV(B) | 329.28º | 0.85% | 0.95% | - |
| XYZ | 42.48 | 22.27 | 27.65 | - |
| YUV | 109.98 | 146.08 | 222.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 36 | 142 | 0 | 0.85 | 0.42 | 0.05 | 329.28 | 0.9 | 0.55 |
| Hex | F3 | 24 | 8E | 0 | 55 | 2A | 5 | 149 | 5A | 37 |
| Octal | 363 | 44 | 216 | 0 | 125 | 52 | 5 | 511 | 132 | 67 |
| Binary | 11110011 | 100100 | 10001110 | 0 | 1010101 | 101010 | 101 | 101001001 | 1011010 | 110111 |
Color Harmonies of #F3248E
Complementary color
Monochromatic Colors of #F3248E
Black with #F3248E
Text Example
Text Example
White with #F3248E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3248E; }
p { color: rgb(243,36,142); }
H1.HeaderClassName
{
color: #F3248E;
}
.AnyTagClassName
{
color: #F3248E;
}
</style>
background-color css
<style>
a { background-color: #F3248E; }
a { background-color: rgb(243,36,142); }
div.DivClassName
{
background-color: #F3248E;
}
.BgClassName
{
background-color: #F3248E;
}
</style>
border-color css
<style>
span { border-color: #F3248E; }
span { border-color: rgb(243,36,142); }
td.TdClassName
{
border-color: #F3248E;
}
.TagClassName
{
border-color: #F3248E;
}
</style>