#FE95FA

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

Shades of Violet #FE95FA

Tints of Violet #FE95FA

Color information

#FE95FA (or 0xFE95FA) is unknown color: approx Violet. HEX triplet: FE, 95 and FA. RGB value is (254,149,250). Sum of RGB (Red+Green+Blue) = 254+149+250=653 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.90% from 653); Green value is 149 (58.59% from 255 or 22.82% from 653); Blue value is 250 (98.05% from 255 or 38.28% from 653); Max value from RGB is 254 - color contains mainly: red. Hex color #FE95FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE95FA is #016A05. Grayscale: #BFBFBF. Windows color (decimal): -92678 or 16422398. OLE color: 16422398.

HSL color Cylindrical-coordinate representation of color #FE95FA: hue angle of 302.29º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FE95FA is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.00.

Color convert

RGB254149250-
CMYK00.410.020.00
HSL302.29º98.13%79.02%-
HSV(B)302.29º41.34%99.61%-
XYZ68.8849.4796.36-
YUV191.91160.79172.29-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.90%
GREEN value IS 149 (58.59% from 255) = 22.82%
BLUE value IS 250 (98.05% from 255) = 38.28%
R=38.90%
G=22.82%
B=38.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414925000.410.020.00302.2998.1379.02
HexFE95FA0292012e624f
Octal37622537205120456142117
Binary111111101001010111111010010100110010010111011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE95FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE95FA; }

 p { color: rgb(254,149,250); }

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

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

 a { background-color: rgb(254,149,250); }

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

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

 span { border-color: rgb(254,149,250); }

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