#F197F0

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

Shades of Violet #F197F0

Tints of Violet #F197F0

Color information

#F197F0 (or 0xF197F0) is unknown color: approx Violet. HEX triplet: F1, 97 and F0. RGB value is (241,151,240). Sum of RGB (Red+Green+Blue) = 241+151+240=632 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.13% from 632); Green value is 151 (59.38% from 255 or 23.89% from 632); Blue value is 240 (94.14% from 255 or 37.97% from 632); Max value from RGB is 241 - color contains mainly: red. Hex color #F197F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F197F0 is #0E680F. Grayscale: #BBBBBB. Windows color (decimal): -944144 or 15767537. OLE color: 15767537.

HSL color Cylindrical-coordinate representation of color #F197F0: hue angle of 300.67º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F197F0 is Cyan = 0, Magento = 0.37, Yellow = 0.00 and Black (K on CMYK) = 0.05.

Color convert

RGB241151240-
CMYK00.370.000.05
HSL300.67º76.27%76.86%-
HSV(B)300.67º37.34%94.51%-
XYZ63.0747.1388.21-
YUV188.06157.32165.76-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.13%
GREEN value IS 151 (59.38% from 255) = 23.89%
BLUE value IS 240 (94.14% from 255) = 37.97%
R=38.13%
G=23.89%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.00
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115124000.370.000.05300.6776.2776.86
HexF197F00250512d4c4d
Octal36122736004505455114115
Binary1111000110010111111100000100101010110010110110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F197F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F197F0; }

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

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

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

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

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

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

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

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