Shades of Deep Pink #F3238E
Tints of Deep Pink #F3238E
RGB
CMYK
RGB Variations
Color information
#F3238E (or 0xF3238E) is known color: Deep Pink. HEX triplet: F3, 23 and 8E. RGB value is (243,35,142). Sum of RGB (Red+Green+Blue) = 243+35+142=420 (55% of max value = 765). Red value is 243 (95.31% from 255 or 57.86% from 420); Green value is 35 (14.06% from 255 or 8.33% from 420); Blue value is 142 (55.86% from 255 or 33.81% from 420); Max value from RGB is 243 - color contains mainly: red. Hex color #F3238E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F3238E is #0CDC71. Grayscale: #6D6D6D. Windows color (decimal): -842866 or 9315315. OLE color: 9315315.
HSL color Cylindrical-coordinate representation of color #F3238E: hue angle of 329.13º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F3238E is Cyan = 0, Magento = 0.86, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 35 | 142 | - |
| CMYK | 0 | 0.86 | 0.42 | 0.05 |
| HSL | 329.13º | 0.9% | 0.55% | - |
| HSV(B) | 329.13º | 0.86% | 0.95% | - |
| XYZ | 42.45 | 22.21 | 27.64 | - |
| YUV | 109.39 | 146.41 | 223.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 35 | 142 | 0 | 0.86 | 0.42 | 0.05 | 329.13 | 0.9 | 0.55 |
| Hex | F3 | 23 | 8E | 0 | 56 | 2A | 5 | 149 | 5A | 37 |
| Octal | 363 | 43 | 216 | 0 | 126 | 52 | 5 | 511 | 132 | 67 |
| Binary | 11110011 | 100011 | 10001110 | 0 | 1010110 | 101010 | 101 | 101001001 | 1011010 | 110111 |
Color Harmonies of #F3238E
Complementary color
Monochromatic Colors of #F3238E
Black with #F3238E
Text Example
Text Example
White with #F3238E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3238E; }
p { color: rgb(243,35,142); }
H1.HeaderClassName
{
color: #F3238E;
}
.AnyTagClassName
{
color: #F3238E;
}
</style>
background-color css
<style>
a { background-color: #F3238E; }
a { background-color: rgb(243,35,142); }
div.DivClassName
{
background-color: #F3238E;
}
.BgClassName
{
background-color: #F3238E;
}
</style>
border-color css
<style>
span { border-color: #F3238E; }
span { border-color: rgb(243,35,142); }
td.TdClassName
{
border-color: #F3238E;
}
.TagClassName
{
border-color: #F3238E;
}
</style>