Shades of Violet Red #F92A7D
Tints of Violet Red #F92A7D
RGB
CMYK
RGB Variations
Color information
#F92A7D (or 0xF92A7D) is known color: Violet Red. HEX triplet: F9, 2A and 7D. RGB value is (249,42,125). Sum of RGB (Red+Green+Blue) = 249+42+125=416 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.86% from 416); Green value is 42 (16.80% from 255 or 10.10% from 416); Blue value is 125 (49.22% from 255 or 30.05% from 416); Max value from RGB is 249 - color contains mainly: red. Hex color #F92A7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F92A7D is #06D582. Grayscale: #717171. Windows color (decimal): -447875 or 8203001. OLE color: 8203001.
HSL color Cylindrical-coordinate representation of color #F92A7D: hue angle of 335.94º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F92A7D is Cyan = 0, Magento = 0.83, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 42 | 125 | - |
| CMYK | 0 | 0.83 | 0.50 | 0.02 |
| HSL | 335.94º | 0.95% | 0.57% | - |
| HSV(B) | 335.94º | 0.83% | 0.98% | - |
| XYZ | 43.6 | 23.28 | 21.6 | - |
| YUV | 113.36 | 134.58 | 224.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 42 | 125 | 0 | 0.83 | 0.50 | 0.02 | 335.94 | 0.95 | 0.57 |
| Hex | F9 | 2A | 7D | 0 | 53 | 32 | 2 | 150 | 5F | 39 |
| Octal | 371 | 52 | 175 | 0 | 123 | 62 | 2 | 520 | 137 | 71 |
| Binary | 11111001 | 101010 | 1111101 | 0 | 1010011 | 110010 | 10 | 101010000 | 1011111 | 111001 |
Color Harmonies of #F92A7D
Complementary color
Monochromatic Colors of #F92A7D
Black with #F92A7D
Text Example
Text Example
White with #F92A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92A7D; }
p { color: rgb(249,42,125); }
H1.HeaderClassName
{
color: #F92A7D;
}
.AnyTagClassName
{
color: #F92A7D;
}
</style>
background-color css
<style>
a { background-color: #F92A7D; }
a { background-color: rgb(249,42,125); }
div.DivClassName
{
background-color: #F92A7D;
}
.BgClassName
{
background-color: #F92A7D;
}
</style>
border-color css
<style>
span { border-color: #F92A7D; }
span { border-color: rgb(249,42,125); }
td.TdClassName
{
border-color: #F92A7D;
}
.TagClassName
{
border-color: #F92A7D;
}
</style>