Shades of Violet Red #F2447B
Tints of Violet Red #F2447B
RGB
CMYK
RGB Variations
Color information
#F2447B (or 0xF2447B) is known color: Violet Red. HEX triplet: F2, 44 and 7B. RGB value is (242,68,123). Sum of RGB (Red+Green+Blue) = 242+68+123=433 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.89% from 433); Green value is 68 (26.95% from 255 or 15.70% from 433); Blue value is 123 (48.44% from 255 or 28.41% from 433); Max value from RGB is 242 - color contains mainly: red. Hex color #F2447B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2447B is #0DBB84. Grayscale: #7E7E7E. Windows color (decimal): -899973 or 8078578. OLE color: 8078578.
HSL color Cylindrical-coordinate representation of color #F2447B: hue angle of 341.03º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F2447B is Cyan = 0, Magento = 0.72, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 68 | 123 | - |
| CMYK | 0 | 0.72 | 0.49 | 0.05 |
| HSL | 341.03º | 0.87% | 0.61% | - |
| HSV(B) | 341.03º | 0.72% | 0.95% | - |
| XYZ | 42.26 | 24.44 | 21.23 | - |
| YUV | 126.3 | 126.15 | 210.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 68 | 123 | 0 | 0.72 | 0.49 | 0.05 | 341.03 | 0.87 | 0.61 |
| Hex | F2 | 44 | 7B | 0 | 48 | 31 | 5 | 155 | 57 | 3D |
| Octal | 362 | 104 | 173 | 0 | 110 | 61 | 5 | 525 | 127 | 75 |
| Binary | 11110010 | 1000100 | 1111011 | 0 | 1001000 | 110001 | 101 | 101010101 | 1010111 | 111101 |
Color Harmonies of #F2447B
Complementary color
Monochromatic Colors of #F2447B
Black with #F2447B
Text Example
Text Example
White with #F2447B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2447B; }
p { color: rgb(242,68,123); }
H1.HeaderClassName
{
color: #F2447B;
}
.AnyTagClassName
{
color: #F2447B;
}
</style>
background-color css
<style>
a { background-color: #F2447B; }
a { background-color: rgb(242,68,123); }
div.DivClassName
{
background-color: #F2447B;
}
.BgClassName
{
background-color: #F2447B;
}
</style>
border-color css
<style>
span { border-color: #F2447B; }
span { border-color: rgb(242,68,123); }
td.TdClassName
{
border-color: #F2447B;
}
.TagClassName
{
border-color: #F2447B;
}
</style>