#F196FA

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

Shades of Violet #F196FA

Tints of Violet #F196FA

Color information

#F196FA (or 0xF196FA) is unknown color: approx Violet. HEX triplet: F1, 96 and FA. RGB value is (241,150,250). Sum of RGB (Red+Green+Blue) = 241+150+250=641 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.60% from 641); Green value is 150 (58.98% from 255 or 23.40% from 641); Blue value is 250 (98.05% from 255 or 39.00% from 641); Max value from RGB is 250 - color contains mainly: blue. Hex color #F196FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F196FA is #0E6905. Grayscale: #BCBCBC. Windows color (decimal): -944390 or 16422641. OLE color: 16422641.

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

Color convert

RGB241150250-
CMYK0.040.400.02
HSL294.6º90.91%78.43%-
HSV(B)294.6º40%98.04%-
XYZ64.4447.4296.2-
YUV188.61162.65165.37-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.60%
GREEN value IS 150 (58.98% from 255) = 23.40%
BLUE value IS 250 (98.05% from 255) = 39.00%
R=37.60%
G=23.40%
B=39.00%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2411502500.040.400.02294.690.9178.43
HexF196FA428021275b4e
Octal36122637245002447133116
Binary11110001100101101111101010010100001010010011110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F196FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F196FA; }

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

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

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

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

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

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

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

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