Shades of Violet #F27DE9
Tints of Violet #F27DE9
RGB
CMYK
RGB Variations
Color information
#F27DE9 (or 0xF27DE9) is known color: Violet. HEX triplet: F2, 7D and E9. RGB value is (242,125,233). Sum of RGB (Red+Green+Blue) = 242+125+233=600 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.33% from 600); Green value is 125 (49.22% from 255 or 20.83% from 600); Blue value is 233 (91.41% from 255 or 38.83% from 600); Max value from RGB is 242 - color contains mainly: red. Hex color #F27DE9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F27DE9 is #0D8216. Grayscale: #ABABAB. Windows color (decimal): -885271 or 15302130. OLE color: 15302130.
HSL color Cylindrical-coordinate representation of color #F27DE9: hue angle of 304.62º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F27DE9 is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 125 | 233 | - |
| CMYK | 0 | 0.48 | 0.04 | 0.05 |
| HSL | 304.62º | 0.82% | 0.72% | - |
| HSV(B) | 304.62º | 0.48% | 0.95% | - |
| XYZ | 58.66 | 39.43 | 81.61 | - |
| YUV | 172.3 | 162.26 | 177.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 125 | 233 | 0 | 0.48 | 0.04 | 0.05 | 304.62 | 0.82 | 0.72 |
| Hex | F2 | 7D | E9 | 0 | 30 | 4 | 5 | 131 | 52 | 48 |
| Octal | 362 | 175 | 351 | 0 | 60 | 4 | 5 | 461 | 122 | 110 |
| Binary | 11110010 | 1111101 | 11101001 | 0 | 110000 | 100 | 101 | 100110001 | 1010010 | 1001000 |
Color Harmonies of #F27DE9
Complementary color
Monochromatic Colors of #F27DE9
Black with #F27DE9
Text Example
Text Example
White with #F27DE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27DE9; }
p { color: rgb(242,125,233); }
H1.HeaderClassName
{
color: #F27DE9;
}
.AnyTagClassName
{
color: #F27DE9;
}
</style>
background-color css
<style>
a { background-color: #F27DE9; }
a { background-color: rgb(242,125,233); }
div.DivClassName
{
background-color: #F27DE9;
}
.BgClassName
{
background-color: #F27DE9;
}
</style>
border-color css
<style>
span { border-color: #F27DE9; }
span { border-color: rgb(242,125,233); }
td.TdClassName
{
border-color: #F27DE9;
}
.TagClassName
{
border-color: #F27DE9;
}
</style>