Shades of Deep Pink #F3227B
Tints of Deep Pink #F3227B
RGB
CMYK
RGB Variations
Color information
#F3227B (or 0xF3227B) is known color: Deep Pink. HEX triplet: F3, 22 and 7B. RGB value is (243,34,123). Sum of RGB (Red+Green+Blue) = 243+34+123=400 (52% of max value = 765). Red value is 243 (95.31% from 255 or 60.75% from 400); Green value is 34 (13.67% from 255 or 8.5% from 400); Blue value is 123 (48.44% from 255 or 30.75% from 400); Max value from RGB is 243 - color contains mainly: red. Hex color #F3227B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3227B is #0CDD84. Grayscale: #6A6A6A. Windows color (decimal): -843141 or 8069875. OLE color: 8069875.
HSL color Cylindrical-coordinate representation of color #F3227B: hue angle of 334.45º 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 #F3227B is Cyan = 0, Magento = 0.86, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 34 | 123 | - |
| CMYK | 0 | 0.86 | 0.49 | 0.05 |
| HSL | 334.45º | 0.9% | 0.54% | - |
| HSV(B) | 334.45º | 0.86% | 0.95% | - |
| XYZ | 41.11 | 21.63 | 20.75 | - |
| YUV | 106.64 | 137.24 | 225.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 34 | 123 | 0 | 0.86 | 0.49 | 0.05 | 334.45 | 0.9 | 0.54 |
| Hex | F3 | 22 | 7B | 0 | 56 | 31 | 5 | 14E | 5A | 36 |
| Octal | 363 | 42 | 173 | 0 | 126 | 61 | 5 | 516 | 132 | 66 |
| Binary | 11110011 | 100010 | 1111011 | 0 | 1010110 | 110001 | 101 | 101001110 | 1011010 | 110110 |
Color Harmonies of #F3227B
Complementary color
Monochromatic Colors of #F3227B
Black with #F3227B
Text Example
Text Example
White with #F3227B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3227B; }
p { color: rgb(243,34,123); }
H1.HeaderClassName
{
color: #F3227B;
}
.AnyTagClassName
{
color: #F3227B;
}
</style>
background-color css
<style>
a { background-color: #F3227B; }
a { background-color: rgb(243,34,123); }
div.DivClassName
{
background-color: #F3227B;
}
.BgClassName
{
background-color: #F3227B;
}
</style>
border-color css
<style>
span { border-color: #F3227B; }
span { border-color: rgb(243,34,123); }
td.TdClassName
{
border-color: #F3227B;
}
.TagClassName
{
border-color: #F3227B;
}
</style>