#F197FC

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

Shades of Violet #F197FC

Tints of Violet #F197FC

Color information

#F197FC (or 0xF197FC) is unknown color: approx Violet. HEX triplet: F1, 97 and FC. RGB value is (241,151,252). Sum of RGB (Red+Green+Blue) = 241+151+252=644 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.42% from 644); Green value is 151 (59.38% from 255 or 23.45% from 644); Blue value is 252 (98.83% from 255 or 39.13% from 644); Max value from RGB is 252 - color contains mainly: blue. Hex color #F197FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F197FC is #0E6803. Grayscale: #BDBDBD. Windows color (decimal): -944132 or 16553969. OLE color: 16553969.

HSL color Cylindrical-coordinate representation of color #F197FC: hue angle of 293.47º degrees, saturation: 0.94, 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 #F197FC is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB241151252-
CMYK0.040.4000.01
HSL293.47º94.39%79.02%-
HSV(B)293.47º40.08%98.82%-
XYZ64.9147.8697.91-
YUV189.42163.32164.79-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.42%
GREEN value IS 151 (59.38% from 255) = 23.45%
BLUE value IS 252 (98.83% from 255) = 39.13%
R=37.42%
G=23.45%
B=39.13%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2411512520.040.4000.01293.4794.3979.02
HexF197FC428011255e4f
Octal36122737445001445136117
Binary1111000110010111111111001001010000110010010110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F197FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F197FC; }

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

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

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

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

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

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

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

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