Shades of Violet #F398FA
Tints of Violet #F398FA
RGB
CMYK
RGB Variations
Color information
#F398FA (or 0xF398FA) is known color: Violet. HEX triplet: F3, 98 and FA. RGB value is (243,152,250). Sum of RGB (Red+Green+Blue) = 243+152+250=645 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.67% from 645); Green value is 152 (59.77% from 255 or 23.57% from 645); Blue value is 250 (98.05% from 255 or 38.76% from 645); Max value from RGB is 250 - color contains mainly: blue. Hex color #F398FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F398FA is #0C6705. Grayscale: #BEBEBE. Windows color (decimal): -812806 or 16423155. OLE color: 16423155.
HSL color Cylindrical-coordinate representation of color #F398FA: hue angle of 295.71º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F398FA is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 243 | 152 | 250 | - |
| CMYK | 0.03 | 0.39 | 0 | 0.02 |
| HSL | 295.71º | 0.91% | 0.79% | - |
| HSV(B) | 295.71º | 0.39% | 0.98% | - |
| XYZ | 65.45 | 48.41 | 96.34 | - |
| YUV | 190.38 | 161.65 | 165.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 152 | 250 | 0.03 | 0.39 | 0 | 0.02 | 295.71 | 0.91 | 0.79 |
| Hex | F3 | 98 | FA | 3 | 27 | 0 | 2 | 128 | 5B | 4F |
| Octal | 363 | 230 | 372 | 3 | 47 | 0 | 2 | 450 | 133 | 117 |
| Binary | 11110011 | 10011000 | 11111010 | 11 | 100111 | 0 | 10 | 100101000 | 1011011 | 1001111 |
Color Harmonies of #F398FA
Complementary color
Monochromatic Colors of #F398FA
Black with #F398FA
Text Example
Text Example
White with #F398FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F398FA; }
p { color: rgb(243,152,250); }
H1.HeaderClassName
{
color: #F398FA;
}
.AnyTagClassName
{
color: #F398FA;
}
</style>
background-color css
<style>
a { background-color: #F398FA; }
a { background-color: rgb(243,152,250); }
div.DivClassName
{
background-color: #F398FA;
}
.BgClassName
{
background-color: #F398FA;
}
</style>
border-color css
<style>
span { border-color: #F398FA; }
span { border-color: rgb(243,152,250); }
td.TdClassName
{
border-color: #F398FA;
}
.TagClassName
{
border-color: #F398FA;
}
</style>