Shades of Deep Pink #F3217A
Tints of Deep Pink #F3217A
RGB
CMYK
RGB Variations
Color information
#F3217A (or 0xF3217A) is known color: Deep Pink. HEX triplet: F3, 21 and 7A. RGB value is (243,33,122). Sum of RGB (Red+Green+Blue) = 243+33+122=398 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.06% from 398); Green value is 33 (13.28% from 255 or 8.29% from 398); Blue value is 122 (48.05% from 255 or 30.65% from 398); Max value from RGB is 243 - color contains mainly: red. Hex color #F3217A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3217A is #0CDE85. Grayscale: #696969. Windows color (decimal): -843398 or 8004083. OLE color: 8004083.
HSL color Cylindrical-coordinate representation of color #F3217A: hue angle of 334.57º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F3217A is Cyan = 0, Magento = 0.86, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 33 | 122 | - |
| CMYK | 0 | 0.86 | 0.50 | 0.05 |
| HSL | 334.57º | 0.9% | 0.54% | - |
| HSV(B) | 334.57º | 0.86% | 0.95% | - |
| XYZ | 41.02 | 21.55 | 20.41 | - |
| YUV | 105.94 | 137.07 | 225.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 33 | 122 | 0 | 0.86 | 0.50 | 0.05 | 334.57 | 0.9 | 0.54 |
| Hex | F3 | 21 | 7A | 0 | 56 | 32 | 5 | 14F | 5A | 36 |
| Octal | 363 | 41 | 172 | 0 | 126 | 62 | 5 | 517 | 132 | 66 |
| Binary | 11110011 | 100001 | 1111010 | 0 | 1010110 | 110010 | 101 | 101001111 | 1011010 | 110110 |
Color Harmonies of #F3217A
Complementary color
Monochromatic Colors of #F3217A
Black with #F3217A
Text Example
Text Example
White with #F3217A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3217A; }
p { color: rgb(243,33,122); }
H1.HeaderClassName
{
color: #F3217A;
}
.AnyTagClassName
{
color: #F3217A;
}
</style>
background-color css
<style>
a { background-color: #F3217A; }
a { background-color: rgb(243,33,122); }
div.DivClassName
{
background-color: #F3217A;
}
.BgClassName
{
background-color: #F3217A;
}
</style>
border-color css
<style>
span { border-color: #F3217A; }
span { border-color: rgb(243,33,122); }
td.TdClassName
{
border-color: #F3217A;
}
.TagClassName
{
border-color: #F3217A;
}
</style>