Shades of Deep Pink #F3208F
Tints of Deep Pink #F3208F
RGB
CMYK
RGB Variations
Color information
#F3208F (or 0xF3208F) is known color: Deep Pink. HEX triplet: F3, 20 and 8F. RGB value is (243,32,143). Sum of RGB (Red+Green+Blue) = 243+32+143=418 (55% of max value = 765). Red value is 243 (95.31% from 255 or 58.13% from 418); Green value is 32 (12.89% from 255 or 7.66% from 418); Blue value is 143 (56.25% from 255 or 34.21% from 418); Max value from RGB is 243 - color contains mainly: red. Hex color #F3208F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F3208F is #0CDF70. Grayscale: #6B6B6B. Windows color (decimal): -843633 or 9380083. OLE color: 9380083.
HSL color Cylindrical-coordinate representation of color #F3208F: hue angle of 328.44º 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 #F3208F is Cyan = 0, Magento = 0.87, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 32 | 143 | - |
| CMYK | 0 | 0.87 | 0.41 | 0.05 |
| HSL | 328.44º | 0.9% | 0.54% | - |
| HSV(B) | 328.44º | 0.87% | 0.95% | - |
| XYZ | 42.44 | 22.07 | 28.01 | - |
| YUV | 107.74 | 147.9 | 224.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 32 | 143 | 0 | 0.87 | 0.41 | 0.05 | 328.44 | 0.9 | 0.54 |
| Hex | F3 | 20 | 8F | 0 | 57 | 29 | 5 | 148 | 5A | 36 |
| Octal | 363 | 40 | 217 | 0 | 127 | 51 | 5 | 510 | 132 | 66 |
| Binary | 11110011 | 100000 | 10001111 | 0 | 1010111 | 101001 | 101 | 101001000 | 1011010 | 110110 |
Color Harmonies of #F3208F
Complementary color
Monochromatic Colors of #F3208F
Black with #F3208F
Text Example
Text Example
White with #F3208F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3208F; }
p { color: rgb(243,32,143); }
H1.HeaderClassName
{
color: #F3208F;
}
.AnyTagClassName
{
color: #F3208F;
}
</style>
background-color css
<style>
a { background-color: #F3208F; }
a { background-color: rgb(243,32,143); }
div.DivClassName
{
background-color: #F3208F;
}
.BgClassName
{
background-color: #F3208F;
}
</style>
border-color css
<style>
span { border-color: #F3208F; }
span { border-color: rgb(243,32,143); }
td.TdClassName
{
border-color: #F3208F;
}
.TagClassName
{
border-color: #F3208F;
}
</style>