Shades of Violet #F977EE
Tints of Violet #F977EE
RGB
CMYK
RGB Variations
Color information
#F977EE (or 0xF977EE) is known color: Violet. HEX triplet: F9, 77 and EE. RGB value is (249,119,238). Sum of RGB (Red+Green+Blue) = 249+119+238=606 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.09% from 606); Green value is 119 (46.88% from 255 or 19.64% from 606); Blue value is 238 (93.36% from 255 or 39.27% from 606); Max value from RGB is 249 - color contains mainly: red. Hex color #F977EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F977EE is #068811. Grayscale: #ABABAB. Windows color (decimal): -428050 or 15628281. OLE color: 15628281.
HSL color Cylindrical-coordinate representation of color #F977EE: hue angle of 305.08º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F977EE is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 119 | 238 | - |
| CMYK | 0 | 0.52 | 0.04 | 0.02 |
| HSL | 305.08º | 0.92% | 0.72% | - |
| HSV(B) | 305.08º | 0.52% | 0.98% | - |
| XYZ | 61.1 | 39.51 | 85.29 | - |
| YUV | 171.44 | 165.57 | 183.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 119 | 238 | 0 | 0.52 | 0.04 | 0.02 | 305.08 | 0.92 | 0.72 |
| Hex | F9 | 77 | EE | 0 | 34 | 4 | 2 | 131 | 5C | 48 |
| Octal | 371 | 167 | 356 | 0 | 64 | 4 | 2 | 461 | 134 | 110 |
| Binary | 11111001 | 1110111 | 11101110 | 0 | 110100 | 100 | 10 | 100110001 | 1011100 | 1001000 |
Color Harmonies of #F977EE
Complementary color
Monochromatic Colors of #F977EE
Black with #F977EE
Text Example
Text Example
White with #F977EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F977EE; }
p { color: rgb(249,119,238); }
H1.HeaderClassName
{
color: #F977EE;
}
.AnyTagClassName
{
color: #F977EE;
}
</style>
background-color css
<style>
a { background-color: #F977EE; }
a { background-color: rgb(249,119,238); }
div.DivClassName
{
background-color: #F977EE;
}
.BgClassName
{
background-color: #F977EE;
}
</style>
border-color css
<style>
span { border-color: #F977EE; }
span { border-color: rgb(249,119,238); }
td.TdClassName
{
border-color: #F977EE;
}
.TagClassName
{
border-color: #F977EE;
}
</style>