Shades of Violet #F27BEA
Tints of Violet #F27BEA
RGB
CMYK
RGB Variations
Color information
#F27BEA (or 0xF27BEA) is known color: Violet. HEX triplet: F2, 7B and EA. RGB value is (242,123,234). Sum of RGB (Red+Green+Blue) = 242+123+234=599 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.40% from 599); Green value is 123 (48.44% from 255 or 20.53% from 599); Blue value is 234 (91.80% from 255 or 39.07% from 599); Max value from RGB is 242 - color contains mainly: red. Hex color #F27BEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F27BEA is #0D8415. Grayscale: #AAAAAA. Windows color (decimal): -885782 or 15367154. OLE color: 15367154.
HSL color Cylindrical-coordinate representation of color #F27BEA: hue angle of 304.03º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F27BEA is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 123 | 234 | - |
| CMYK | 0 | 0.49 | 0.03 | 0.05 |
| HSL | 304.03º | 0.82% | 0.72% | - |
| HSV(B) | 304.03º | 0.49% | 0.95% | - |
| XYZ | 58.55 | 38.98 | 82.28 | - |
| YUV | 171.24 | 163.42 | 178.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 123 | 234 | 0 | 0.49 | 0.03 | 0.05 | 304.03 | 0.82 | 0.72 |
| Hex | F2 | 7B | EA | 0 | 31 | 3 | 5 | 130 | 52 | 48 |
| Octal | 362 | 173 | 352 | 0 | 61 | 3 | 5 | 460 | 122 | 110 |
| Binary | 11110010 | 1111011 | 11101010 | 0 | 110001 | 11 | 101 | 100110000 | 1010010 | 1001000 |
Color Harmonies of #F27BEA
Complementary color
Monochromatic Colors of #F27BEA
Black with #F27BEA
Text Example
Text Example
White with #F27BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27BEA; }
p { color: rgb(242,123,234); }
H1.HeaderClassName
{
color: #F27BEA;
}
.AnyTagClassName
{
color: #F27BEA;
}
</style>
background-color css
<style>
a { background-color: #F27BEA; }
a { background-color: rgb(242,123,234); }
div.DivClassName
{
background-color: #F27BEA;
}
.BgClassName
{
background-color: #F27BEA;
}
</style>
border-color css
<style>
span { border-color: #F27BEA; }
span { border-color: rgb(242,123,234); }
td.TdClassName
{
border-color: #F27BEA;
}
.TagClassName
{
border-color: #F27BEA;
}
</style>