#F197FA

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

Shades of Violet #F197FA

Tints of Violet #F197FA

Color information

#F197FA (or 0xF197FA) is unknown color: approx Violet. HEX triplet: F1, 97 and FA. RGB value is (241,151,250). Sum of RGB (Red+Green+Blue) = 241+151+250=642 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.54% from 642); Green value is 151 (59.38% from 255 or 23.52% from 642); Blue value is 250 (98.05% from 255 or 38.94% from 642); Max value from RGB is 250 - color contains mainly: blue. Hex color #F197FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F197FA is #0E6805. Grayscale: #BCBCBC. Windows color (decimal): -944134 or 16422897. OLE color: 16422897.

HSL color Cylindrical-coordinate representation of color #F197FA: hue angle of 294.55º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F197FA is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB241151250-
CMYK0.040.4000.02
HSL294.55º90.83%78.63%-
HSV(B)294.55º39.6%98.04%-
XYZ64.647.7496.25-
YUV189.2162.32164.95-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.54%
GREEN value IS 151 (59.38% from 255) = 23.52%
BLUE value IS 250 (98.05% from 255) = 38.94%
R=37.54%
G=23.52%
B=38.94%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2411512500.040.4000.02294.5590.8378.63
HexF197FA428021275b4f
Octal36122737245002447133117
Binary11110001100101111111101010010100001010010011110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F197FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F197FA; }

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

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

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

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

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

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

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

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