#F197FB

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

Shades of Violet #F197FB

Tints of Violet #F197FB

Color information

#F197FB (or 0xF197FB) is unknown color: approx Violet. HEX triplet: F1, 97 and FB. RGB value is (241,151,251). Sum of RGB (Red+Green+Blue) = 241+151+251=643 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.48% from 643); Green value is 151 (59.38% from 255 or 23.48% from 643); Blue value is 251 (98.44% from 255 or 39.04% from 643); Max value from RGB is 251 - color contains mainly: blue. Hex color #F197FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F197FB is #0E6804. Grayscale: #BDBDBD. Windows color (decimal): -944133 or 16488433. OLE color: 16488433.

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

Color convert

RGB241151251-
CMYK0.040.4000.02
HSL294º92.59%78.82%-
HSV(B)294º39.84%98.43%-
XYZ64.7547.897.08-
YUV189.31162.82164.87-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.48%
GREEN value IS 151 (59.38% from 255) = 23.48%
BLUE value IS 251 (98.44% from 255) = 39.04%
R=37.48%
G=23.48%
B=39.04%

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
Decimal2411512510.040.4000.0229492.5978.82
HexF197FB428021265d4f
Octal36122737345002446135117
Binary11110001100101111111101110010100001010010011010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F197FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F197FB; }

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

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

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

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

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

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

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

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