Shades of Violet #F380F8
Tints of Violet #F380F8
RGB
CMYK
RGB Variations
Color information
#F380F8 (or 0xF380F8) is known color: Violet. HEX triplet: F3, 80 and F8. RGB value is (243,128,248). Sum of RGB (Red+Green+Blue) = 243+128+248=619 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.26% from 619); Green value is 128 (50.39% from 255 or 20.68% from 619); Blue value is 248 (97.27% from 255 or 40.06% from 619); Max value from RGB is 248 - color contains mainly: blue. Hex color #F380F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F380F8 is #0C7F07. Grayscale: #AFAFAF. Windows color (decimal): -818952 or 16285939. OLE color: 16285939.
HSL color Cylindrical-coordinate representation of color #F380F8: hue angle of 297.5º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F380F8 is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 243 | 128 | 248 | - |
| CMYK | 0.02 | 0.48 | 0 | 0.03 |
| HSL | 297.5º | 0.9% | 0.74% | - |
| HSV(B) | 297.5º | 0.48% | 0.97% | - |
| XYZ | 61.62 | 41.27 | 93.52 | - |
| YUV | 176.07 | 168.6 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 128 | 248 | 0.02 | 0.48 | 0 | 0.03 | 297.5 | 0.9 | 0.74 |
| Hex | F3 | 80 | F8 | 2 | 30 | 0 | 3 | 12A | 5A | 4A |
| Octal | 363 | 200 | 370 | 2 | 60 | 0 | 3 | 452 | 132 | 112 |
| Binary | 11110011 | 10000000 | 11111000 | 10 | 110000 | 0 | 11 | 100101010 | 1011010 | 1001010 |
Color Harmonies of #F380F8
Complementary color
Monochromatic Colors of #F380F8
Black with #F380F8
Text Example
Text Example
White with #F380F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F380F8; }
p { color: rgb(243,128,248); }
H1.HeaderClassName
{
color: #F380F8;
}
.AnyTagClassName
{
color: #F380F8;
}
</style>
background-color css
<style>
a { background-color: #F380F8; }
a { background-color: rgb(243,128,248); }
div.DivClassName
{
background-color: #F380F8;
}
.BgClassName
{
background-color: #F380F8;
}
</style>
border-color css
<style>
span { border-color: #F380F8; }
span { border-color: rgb(243,128,248); }
td.TdClassName
{
border-color: #F380F8;
}
.TagClassName
{
border-color: #F380F8;
}
</style>