#F198FB

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

Shades of Violet #F198FB

Tints of Violet #F198FB

Color information

#F198FB (or 0xF198FB) is unknown color: approx Violet. HEX triplet: F1, 98 and FB. RGB value is (241,152,251). Sum of RGB (Red+Green+Blue) = 241+152+251=644 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.42% from 644); Green value is 152 (59.77% from 255 or 23.60% from 644); Blue value is 251 (98.44% from 255 or 38.98% from 644); Max value from RGB is 251 - color contains mainly: blue. Hex color #F198FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F198FB is #0E6704. Grayscale: #BDBDBD. Windows color (decimal): -943877 or 16488689. OLE color: 16488689.

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

Color convert

RGB241152251-
CMYK0.040.3900.02
HSL293.94º92.52%79.02%-
HSV(B)293.94º39.44%98.43%-
XYZ64.9248.1297.13-
YUV189.9162.49164.45-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.42%
GREEN value IS 152 (59.77% from 255) = 23.60%
BLUE value IS 251 (98.44% from 255) = 38.98%
R=37.42%
G=23.60%
B=38.98%

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
Decimal2411522510.040.3900.02293.9492.5279.02
HexF198FB427021265d4f
Octal36123037344702446135117
Binary11110001100110001111101110010011101010010011010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F198FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F198FB; }

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

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

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

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

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

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

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

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