Shades of Deep Pink #F3238B
Tints of Deep Pink #F3238B
RGB
CMYK
RGB Variations
Color information
#F3238B (or 0xF3238B) is known color: Deep Pink. HEX triplet: F3, 23 and 8B. RGB value is (243,35,139). Sum of RGB (Red+Green+Blue) = 243+35+139=417 (55% of max value = 765). Red value is 243 (95.31% from 255 or 58.27% from 417); Green value is 35 (14.06% from 255 or 8.39% from 417); Blue value is 139 (54.69% from 255 or 33.33% from 417); Max value from RGB is 243 - color contains mainly: red. Hex color #F3238B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F3238B is #0CDC74. Grayscale: #6C6C6C. Windows color (decimal): -842869 or 9118707. OLE color: 9118707.
HSL color Cylindrical-coordinate representation of color #F3238B: hue angle of 330º 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 #F3238B is Cyan = 0, Magento = 0.86, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 35 | 139 | - |
| CMYK | 0 | 0.86 | 0.43 | 0.05 |
| HSL | 330º | 0.9% | 0.55% | - |
| HSV(B) | 330º | 0.86% | 0.95% | - |
| XYZ | 42.22 | 22.12 | 26.47 | - |
| YUV | 109.05 | 144.91 | 223.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 35 | 139 | 0 | 0.86 | 0.43 | 0.05 | 330 | 0.9 | 0.55 |
| Hex | F3 | 23 | 8B | 0 | 56 | 2B | 5 | 14A | 5A | 37 |
| Octal | 363 | 43 | 213 | 0 | 126 | 53 | 5 | 512 | 132 | 67 |
| Binary | 11110011 | 100011 | 10001011 | 0 | 1010110 | 101011 | 101 | 101001010 | 1011010 | 110111 |
Color Harmonies of #F3238B
Complementary color
Monochromatic Colors of #F3238B
Black with #F3238B
Text Example
Text Example
White with #F3238B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3238B; }
p { color: rgb(243,35,139); }
H1.HeaderClassName
{
color: #F3238B;
}
.AnyTagClassName
{
color: #F3238B;
}
</style>
background-color css
<style>
a { background-color: #F3238B; }
a { background-color: rgb(243,35,139); }
div.DivClassName
{
background-color: #F3238B;
}
.BgClassName
{
background-color: #F3238B;
}
</style>
border-color css
<style>
span { border-color: #F3238B; }
span { border-color: rgb(243,35,139); }
td.TdClassName
{
border-color: #F3238B;
}
.TagClassName
{
border-color: #F3238B;
}
</style>