Shades of Violet Red #F9427B
Tints of Violet Red #F9427B
RGB
CMYK
RGB Variations
Color information
#F9427B (or 0xF9427B) is known color: Violet Red. HEX triplet: F9, 42 and 7B. RGB value is (249,66,123). Sum of RGB (Red+Green+Blue) = 249+66+123=438 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.85% from 438); Green value is 66 (26.17% from 255 or 15.07% from 438); Blue value is 123 (48.44% from 255 or 28.08% from 438); Max value from RGB is 249 - color contains mainly: red. Hex color #F9427B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9427B is #06BD84. Grayscale: #7F7F7F. Windows color (decimal): -441733 or 8078073. OLE color: 8078073.
HSL color Cylindrical-coordinate representation of color #F9427B: hue angle of 341.31º 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 #F9427B is Cyan = 0, Magento = 0.73, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 66 | 123 | - |
| CMYK | 0 | 0.73 | 0.51 | 0.02 |
| HSL | 341.31º | 0.94% | 0.62% | - |
| HSV(B) | 341.31º | 0.73% | 0.98% | - |
| XYZ | 44.59 | 25.47 | 21.3 | - |
| YUV | 127.22 | 125.63 | 214.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 66 | 123 | 0 | 0.73 | 0.51 | 0.02 | 341.31 | 0.94 | 0.62 |
| Hex | F9 | 42 | 7B | 0 | 49 | 33 | 2 | 155 | 5E | 3E |
| Octal | 371 | 102 | 173 | 0 | 111 | 63 | 2 | 525 | 136 | 76 |
| Binary | 11111001 | 1000010 | 1111011 | 0 | 1001001 | 110011 | 10 | 101010101 | 1011110 | 111110 |
Color Harmonies of #F9427B
Complementary color
Monochromatic Colors of #F9427B
Black with #F9427B
Text Example
Text Example
White with #F9427B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9427B; }
p { color: rgb(249,66,123); }
H1.HeaderClassName
{
color: #F9427B;
}
.AnyTagClassName
{
color: #F9427B;
}
</style>
background-color css
<style>
a { background-color: #F9427B; }
a { background-color: rgb(249,66,123); }
div.DivClassName
{
background-color: #F9427B;
}
.BgClassName
{
background-color: #F9427B;
}
</style>
border-color css
<style>
span { border-color: #F9427B; }
span { border-color: rgb(249,66,123); }
td.TdClassName
{
border-color: #F9427B;
}
.TagClassName
{
border-color: #F9427B;
}
</style>