Shades of Violet #F398FD
Tints of Violet #F398FD
RGB
CMYK
RGB Variations
Color information
#F398FD (or 0xF398FD) is known color: Violet. HEX triplet: F3, 98 and FD. RGB value is (243,152,253). Sum of RGB (Red+Green+Blue) = 243+152+253=648 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.5% from 648); Green value is 152 (59.77% from 255 or 23.46% from 648); Blue value is 253 (99.22% from 255 or 39.04% from 648); Max value from RGB is 253 - color contains mainly: blue. Hex color #F398FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F398FD is #0C6702. Grayscale: #BEBEBE. Windows color (decimal): -812803 or 16619763. OLE color: 16619763.
HSL color Cylindrical-coordinate representation of color #F398FD: hue angle of 294.06º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F398FD is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 243 | 152 | 253 | - |
| CMYK | 0.04 | 0.40 | 0 | 0.01 |
| HSL | 294.06º | 0.96% | 0.79% | - |
| HSV(B) | 294.06º | 0.4% | 0.99% | - |
| XYZ | 65.92 | 48.6 | 98.84 | - |
| YUV | 190.72 | 163.15 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 152 | 253 | 0.04 | 0.40 | 0 | 0.01 | 294.06 | 0.96 | 0.79 |
| Hex | F3 | 98 | FD | 4 | 28 | 0 | 1 | 126 | 60 | 4F |
| Octal | 363 | 230 | 375 | 4 | 50 | 0 | 1 | 446 | 140 | 117 |
| Binary | 11110011 | 10011000 | 11111101 | 100 | 101000 | 0 | 1 | 100100110 | 1100000 | 1001111 |
Color Harmonies of #F398FD
Complementary color
Monochromatic Colors of #F398FD
Black with #F398FD
Text Example
Text Example
White with #F398FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F398FD; }
p { color: rgb(243,152,253); }
H1.HeaderClassName
{
color: #F398FD;
}
.AnyTagClassName
{
color: #F398FD;
}
</style>
background-color css
<style>
a { background-color: #F398FD; }
a { background-color: rgb(243,152,253); }
div.DivClassName
{
background-color: #F398FD;
}
.BgClassName
{
background-color: #F398FD;
}
</style>
border-color css
<style>
span { border-color: #F398FD; }
span { border-color: rgb(243,152,253); }
td.TdClassName
{
border-color: #F398FD;
}
.TagClassName
{
border-color: #F398FD;
}
</style>