Shades of Violet #F27FE8
Tints of Violet #F27FE8
RGB
CMYK
RGB Variations
Color information
#F27FE8 (or 0xF27FE8) is known color: Violet. HEX triplet: F2, 7F and E8. RGB value is (242,127,232). Sum of RGB (Red+Green+Blue) = 242+127+232=601 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.27% from 601); Green value is 127 (50% from 255 or 21.13% from 601); Blue value is 232 (91.02% from 255 or 38.60% from 601); Max value from RGB is 242 - color contains mainly: red. Hex color #F27FE8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F27FE8 is #0D8017. Grayscale: #ADADAD. Windows color (decimal): -884760 or 15237106. OLE color: 15237106.
HSL color Cylindrical-coordinate representation of color #F27FE8: hue angle of 305.22º 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 #F27FE8 is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 127 | 232 | - |
| CMYK | 0 | 0.48 | 0.04 | 0.05 |
| HSL | 305.22º | 0.82% | 0.72% | - |
| HSV(B) | 305.22º | 0.48% | 0.95% | - |
| XYZ | 58.77 | 39.88 | 80.94 | - |
| YUV | 173.36 | 161.1 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 127 | 232 | 0 | 0.48 | 0.04 | 0.05 | 305.22 | 0.82 | 0.72 |
| Hex | F2 | 7F | E8 | 0 | 30 | 4 | 5 | 131 | 52 | 48 |
| Octal | 362 | 177 | 350 | 0 | 60 | 4 | 5 | 461 | 122 | 110 |
| Binary | 11110010 | 1111111 | 11101000 | 0 | 110000 | 100 | 101 | 100110001 | 1010010 | 1001000 |
Color Harmonies of #F27FE8
Complementary color
Monochromatic Colors of #F27FE8
Black with #F27FE8
Text Example
Text Example
White with #F27FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27FE8; }
p { color: rgb(242,127,232); }
H1.HeaderClassName
{
color: #F27FE8;
}
.AnyTagClassName
{
color: #F27FE8;
}
</style>
background-color css
<style>
a { background-color: #F27FE8; }
a { background-color: rgb(242,127,232); }
div.DivClassName
{
background-color: #F27FE8;
}
.BgClassName
{
background-color: #F27FE8;
}
</style>
border-color css
<style>
span { border-color: #F27FE8; }
span { border-color: rgb(242,127,232); }
td.TdClassName
{
border-color: #F27FE8;
}
.TagClassName
{
border-color: #F27FE8;
}
</style>