Shades of Deep Pink #F3238F
Tints of Deep Pink #F3238F
RGB
CMYK
RGB Variations
Color information
#F3238F (or 0xF3238F) is known color: Deep Pink. HEX triplet: F3, 23 and 8F. RGB value is (243,35,143). Sum of RGB (Red+Green+Blue) = 243+35+143=421 (55% of max value = 765). Red value is 243 (95.31% from 255 or 57.72% from 421); Green value is 35 (14.06% from 255 or 8.31% from 421); Blue value is 143 (56.25% from 255 or 33.97% from 421); Max value from RGB is 243 - color contains mainly: red. Hex color #F3238F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F3238F is #0CDC70. Grayscale: #6D6D6D. Windows color (decimal): -842865 or 9380851. OLE color: 9380851.
HSL color Cylindrical-coordinate representation of color #F3238F: hue angle of 328.85º 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 #F3238F is Cyan = 0, Magento = 0.86, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 35 | 143 | - |
| CMYK | 0 | 0.86 | 0.41 | 0.05 |
| HSL | 328.85º | 0.9% | 0.55% | - |
| HSV(B) | 328.85º | 0.86% | 0.95% | - |
| XYZ | 42.52 | 22.24 | 28.04 | - |
| YUV | 109.5 | 146.91 | 223.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 35 | 143 | 0 | 0.86 | 0.41 | 0.05 | 328.85 | 0.9 | 0.55 |
| Hex | F3 | 23 | 8F | 0 | 56 | 29 | 5 | 149 | 5A | 37 |
| Octal | 363 | 43 | 217 | 0 | 126 | 51 | 5 | 511 | 132 | 67 |
| Binary | 11110011 | 100011 | 10001111 | 0 | 1010110 | 101001 | 101 | 101001001 | 1011010 | 110111 |
Color Harmonies of #F3238F
Complementary color
Monochromatic Colors of #F3238F
Black with #F3238F
Text Example
Text Example
White with #F3238F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3238F; }
p { color: rgb(243,35,143); }
H1.HeaderClassName
{
color: #F3238F;
}
.AnyTagClassName
{
color: #F3238F;
}
</style>
background-color css
<style>
a { background-color: #F3238F; }
a { background-color: rgb(243,35,143); }
div.DivClassName
{
background-color: #F3238F;
}
.BgClassName
{
background-color: #F3238F;
}
</style>
border-color css
<style>
span { border-color: #F3238F; }
span { border-color: rgb(243,35,143); }
td.TdClassName
{
border-color: #F3238F;
}
.TagClassName
{
border-color: #F3238F;
}
</style>