Shades of Violet #F975EF
Tints of Violet #F975EF
RGB
CMYK
RGB Variations
Color information
#F975EF (or 0xF975EF) is known color: Violet. HEX triplet: F9, 75 and EF. RGB value is (249,117,239). Sum of RGB (Red+Green+Blue) = 249+117+239=605 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.16% from 605); Green value is 117 (46.09% from 255 or 19.34% from 605); Blue value is 239 (93.75% from 255 or 39.50% from 605); Max value from RGB is 249 - color contains mainly: red. Hex color #F975EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F975EF is #068A10. Grayscale: #AAAAAA. Windows color (decimal): -428561 or 15693305. OLE color: 15693305.
HSL color Cylindrical-coordinate representation of color #F975EF: hue angle of 304.55º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F975EF is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 117 | 239 | - |
| CMYK | 0 | 0.53 | 0.04 | 0.02 |
| HSL | 304.55º | 0.92% | 0.72% | - |
| HSV(B) | 304.55º | 0.53% | 0.98% | - |
| XYZ | 61.01 | 39.09 | 85.99 | - |
| YUV | 170.38 | 166.73 | 184.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 117 | 239 | 0 | 0.53 | 0.04 | 0.02 | 304.55 | 0.92 | 0.72 |
| Hex | F9 | 75 | EF | 0 | 35 | 4 | 2 | 131 | 5C | 48 |
| Octal | 371 | 165 | 357 | 0 | 65 | 4 | 2 | 461 | 134 | 110 |
| Binary | 11111001 | 1110101 | 11101111 | 0 | 110101 | 100 | 10 | 100110001 | 1011100 | 1001000 |
Color Harmonies of #F975EF
Complementary color
Monochromatic Colors of #F975EF
Black with #F975EF
Text Example
Text Example
White with #F975EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F975EF; }
p { color: rgb(249,117,239); }
H1.HeaderClassName
{
color: #F975EF;
}
.AnyTagClassName
{
color: #F975EF;
}
</style>
background-color css
<style>
a { background-color: #F975EF; }
a { background-color: rgb(249,117,239); }
div.DivClassName
{
background-color: #F975EF;
}
.BgClassName
{
background-color: #F975EF;
}
</style>
border-color css
<style>
span { border-color: #F975EF; }
span { border-color: rgb(249,117,239); }
td.TdClassName
{
border-color: #F975EF;
}
.TagClassName
{
border-color: #F975EF;
}
</style>