#F198FA

Color #F198FA Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet #F198FA

Tints of Violet #F198FA

Color information

#F198FA (or 0xF198FA) is unknown color: approx Violet. HEX triplet: F1, 98 and FA. RGB value is (241,152,250). Sum of RGB (Red+Green+Blue) = 241+152+250=643 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.48% from 643); Green value is 152 (59.77% from 255 or 23.64% from 643); Blue value is 250 (98.05% from 255 or 38.88% from 643); Max value from RGB is 250 - color contains mainly: blue. Hex color #F198FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F198FA is #0E6705. Grayscale: #BDBDBD. Windows color (decimal): -943878 or 16423153. OLE color: 16423153.

HSL color Cylindrical-coordinate representation of color #F198FA: hue angle of 294.49º 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 #F198FA is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB241152250-
CMYK0.040.3900.02
HSL294.49º90.74%78.82%-
HSV(B)294.49º39.2%98.04%-
XYZ64.7648.0696.31-
YUV189.78161.99164.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 241 (94.53% from 255) = 37.48%
GREEN value IS 152 (59.77% from 255) = 23.64%
BLUE value IS 250 (98.05% from 255) = 38.88%
R=37.48%
G=23.64%
B=38.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2411522500.040.3900.02294.4990.7478.82
HexF198FA427021265b4f
Octal36123037244702446133117
Binary11110001100110001111101010010011101010010011010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F198FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F198FA; }

 p { color: rgb(241,152,250); }

 H1.HeaderClassName
 {
   color: #F198FA;
 }
 .AnyTagClassName
 {
   color: #F198FA;
 }
</style>
background-color css

<style>
 a { background-color: #F198FA; }

 a { background-color: rgb(241,152,250); }

 div.DivClassName
 {
   background-color: #F198FA;
 }
 .BgClassName
 {
   background-color: #F198FA;
 }
</style>
border-color css

<style>
 span { border-color: #F198FA; }

 span { border-color: rgb(241,152,250); }

 td.TdClassName
 {
   border-color: #F198FA;
 }
 .TagClassName
 {
   border-color: #F198FA;
 }
</style>