Shades of Violet #F28FEA
Tints of Violet #F28FEA
RGB
CMYK
RGB Variations
Color information
#F28FEA (or 0xF28FEA) is known color: Violet. HEX triplet: F2, 8F and EA. RGB value is (242,143,234). Sum of RGB (Red+Green+Blue) = 242+143+234=619 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.10% from 619); Green value is 143 (56.25% from 255 or 23.10% from 619); Blue value is 234 (91.80% from 255 or 37.80% from 619); Max value from RGB is 242 - color contains mainly: red. Hex color #F28FEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F28FEA is #0D7015. Grayscale: #B6B6B6. Windows color (decimal): -880662 or 15372274. OLE color: 15372274.
HSL color Cylindrical-coordinate representation of color #F28FEA: hue angle of 304.85º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F28FEA is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 143 | 234 | - |
| CMYK | 0 | 0.41 | 0.03 | 0.05 |
| HSL | 304.85º | 0.79% | 0.75% | - |
| HSV(B) | 304.85º | 0.41% | 0.95% | - |
| XYZ | 61.29 | 44.46 | 83.19 | - |
| YUV | 182.98 | 156.8 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 143 | 234 | 0 | 0.41 | 0.03 | 0.05 | 304.85 | 0.79 | 0.75 |
| Hex | F2 | 8F | EA | 0 | 29 | 3 | 5 | 131 | 4F | 4B |
| Octal | 362 | 217 | 352 | 0 | 51 | 3 | 5 | 461 | 117 | 113 |
| Binary | 11110010 | 10001111 | 11101010 | 0 | 101001 | 11 | 101 | 100110001 | 1001111 | 1001011 |
Color Harmonies of #F28FEA
Complementary color
Monochromatic Colors of #F28FEA
Black with #F28FEA
Text Example
Text Example
White with #F28FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28FEA; }
p { color: rgb(242,143,234); }
H1.HeaderClassName
{
color: #F28FEA;
}
.AnyTagClassName
{
color: #F28FEA;
}
</style>
background-color css
<style>
a { background-color: #F28FEA; }
a { background-color: rgb(242,143,234); }
div.DivClassName
{
background-color: #F28FEA;
}
.BgClassName
{
background-color: #F28FEA;
}
</style>
border-color css
<style>
span { border-color: #F28FEA; }
span { border-color: rgb(242,143,234); }
td.TdClassName
{
border-color: #F28FEA;
}
.TagClassName
{
border-color: #F28FEA;
}
</style>