#F195FD

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

Shades of Violet #F195FD

Tints of Violet #F195FD

Color information

#F195FD (or 0xF195FD) is unknown color: approx Violet. HEX triplet: F1, 95 and FD. RGB value is (241,149,253). Sum of RGB (Red+Green+Blue) = 241+149+253=643 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.48% from 643); Green value is 149 (58.59% from 255 or 23.17% from 643); Blue value is 253 (99.22% from 255 or 39.35% from 643); Max value from RGB is 253 - color contains mainly: blue. Hex color #F195FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F195FD is #0E6A02. Grayscale: #BCBCBC. Windows color (decimal): -944643 or 16618993. OLE color: 16618993.

HSL color Cylindrical-coordinate representation of color #F195FD: hue angle of 293.08º 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 #F195FD is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB241149253-
CMYK0.050.4100.01
HSL293.08º96.3%78.82%-
HSV(B)293.08º41.11%99.22%-
XYZ64.7547.2998.64-
YUV188.36164.48165.54-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.48%
GREEN value IS 149 (58.59% from 255) = 23.17%
BLUE value IS 253 (99.22% from 255) = 39.35%
R=37.48%
G=23.17%
B=39.35%

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
Decimal2411492530.050.4100.01293.0896.378.82
HexF195FD52901125604f
Octal36122537555101445140117
Binary1111000110010101111111011011010010110010010111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F195FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F195FD; }

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

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

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

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

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

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

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

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