Shades of Deep Pink #F3207E
Tints of Deep Pink #F3207E
RGB
CMYK
RGB Variations
Color information
#F3207E (or 0xF3207E) is known color: Deep Pink. HEX triplet: F3, 20 and 7E. RGB value is (243,32,126). Sum of RGB (Red+Green+Blue) = 243+32+126=401 (53% of max value = 765). Red value is 243 (95.31% from 255 or 60.60% from 401); Green value is 32 (12.89% from 255 or 7.98% from 401); Blue value is 126 (49.61% from 255 or 31.42% from 401); Max value from RGB is 243 - color contains mainly: red. Hex color #F3207E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3207E is #0CDF81. Grayscale: #696969. Windows color (decimal): -843650 or 8265971. OLE color: 8265971.
HSL color Cylindrical-coordinate representation of color #F3207E: hue angle of 333.27º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F3207E is Cyan = 0, Magento = 0.87, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 32 | 126 | - |
| CMYK | 0 | 0.87 | 0.48 | 0.05 |
| HSL | 333.27º | 0.9% | 0.54% | - |
| HSV(B) | 333.27º | 0.87% | 0.95% | - |
| XYZ | 41.24 | 21.59 | 21.73 | - |
| YUV | 105.81 | 139.4 | 225.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 32 | 126 | 0 | 0.87 | 0.48 | 0.05 | 333.27 | 0.9 | 0.54 |
| Hex | F3 | 20 | 7E | 0 | 57 | 30 | 5 | 14D | 5A | 36 |
| Octal | 363 | 40 | 176 | 0 | 127 | 60 | 5 | 515 | 132 | 66 |
| Binary | 11110011 | 100000 | 1111110 | 0 | 1010111 | 110000 | 101 | 101001101 | 1011010 | 110110 |
Color Harmonies of #F3207E
Complementary color
Monochromatic Colors of #F3207E
Black with #F3207E
Text Example
Text Example
White with #F3207E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3207E; }
p { color: rgb(243,32,126); }
H1.HeaderClassName
{
color: #F3207E;
}
.AnyTagClassName
{
color: #F3207E;
}
</style>
background-color css
<style>
a { background-color: #F3207E; }
a { background-color: rgb(243,32,126); }
div.DivClassName
{
background-color: #F3207E;
}
.BgClassName
{
background-color: #F3207E;
}
</style>
border-color css
<style>
span { border-color: #F3207E; }
span { border-color: rgb(243,32,126); }
td.TdClassName
{
border-color: #F3207E;
}
.TagClassName
{
border-color: #F3207E;
}
</style>