Shades of Violet Red #F9447B
Tints of Violet Red #F9447B
RGB
CMYK
RGB Variations
Color information
#F9447B (or 0xF9447B) is known color: Violet Red. HEX triplet: F9, 44 and 7B. RGB value is (249,68,123). Sum of RGB (Red+Green+Blue) = 249+68+123=440 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.59% from 440); Green value is 68 (26.95% from 255 or 15.45% from 440); Blue value is 123 (48.44% from 255 or 27.95% from 440); Max value from RGB is 249 - color contains mainly: red. Hex color #F9447B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9447B is #06BB84. Grayscale: #808080. Windows color (decimal): -441221 or 8078585. OLE color: 8078585.
HSL color Cylindrical-coordinate representation of color #F9447B: hue angle of 341.77º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F9447B is Cyan = 0, Magento = 0.73, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 68 | 123 | - |
| CMYK | 0 | 0.73 | 0.51 | 0.02 |
| HSL | 341.77º | 0.94% | 0.62% | - |
| HSV(B) | 341.77º | 0.73% | 0.98% | - |
| XYZ | 44.71 | 25.7 | 21.34 | - |
| YUV | 128.39 | 124.97 | 214.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 68 | 123 | 0 | 0.73 | 0.51 | 0.02 | 341.77 | 0.94 | 0.62 |
| Hex | F9 | 44 | 7B | 0 | 49 | 33 | 2 | 156 | 5E | 3E |
| Octal | 371 | 104 | 173 | 0 | 111 | 63 | 2 | 526 | 136 | 76 |
| Binary | 11111001 | 1000100 | 1111011 | 0 | 1001001 | 110011 | 10 | 101010110 | 1011110 | 111110 |
Color Harmonies of #F9447B
Complementary color
Monochromatic Colors of #F9447B
Black with #F9447B
Text Example
Text Example
White with #F9447B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9447B; }
p { color: rgb(249,68,123); }
H1.HeaderClassName
{
color: #F9447B;
}
.AnyTagClassName
{
color: #F9447B;
}
</style>
background-color css
<style>
a { background-color: #F9447B; }
a { background-color: rgb(249,68,123); }
div.DivClassName
{
background-color: #F9447B;
}
.BgClassName
{
background-color: #F9447B;
}
</style>
border-color css
<style>
span { border-color: #F9447B; }
span { border-color: rgb(249,68,123); }
td.TdClassName
{
border-color: #F9447B;
}
.TagClassName
{
border-color: #F9447B;
}
</style>