#F196FD

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

Shades of Violet #F196FD

Tints of Violet #F196FD

Color information

#F196FD (or 0xF196FD) is unknown color: approx Violet. HEX triplet: F1, 96 and FD. RGB value is (241,150,253). Sum of RGB (Red+Green+Blue) = 241+150+253=644 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.42% from 644); Green value is 150 (58.98% from 255 or 23.29% from 644); Blue value is 253 (99.22% from 255 or 39.29% from 644); Max value from RGB is 253 - color contains mainly: blue. Hex color #F196FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F196FD is #0E6902. Grayscale: #BCBCBC. Windows color (decimal): -944387 or 16619249. OLE color: 16619249.

HSL color Cylindrical-coordinate representation of color #F196FD: hue angle of 293.01º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F196FD is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB241150253-
CMYK0.050.4100.01
HSL293.01º96.26%79.02%-
HSV(B)293.01º40.71%99.22%-
XYZ64.9147.6198.7-
YUV188.95164.15165.12-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.42%
GREEN value IS 150 (58.98% from 255) = 23.29%
BLUE value IS 253 (99.22% from 255) = 39.29%
R=37.42%
G=23.29%
B=39.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2411502530.050.4100.01293.0196.2679.02
HexF196FD52901125604f
Octal36122637555101445140117
Binary1111000110010110111111011011010010110010010111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F196FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F196FD; }

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

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

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

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

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

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

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

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