#FE95F9

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

Shades of Violet #FE95F9

Tints of Violet #FE95F9

Color information

#FE95F9 (or 0xFE95F9) is unknown color: approx Violet. HEX triplet: FE, 95 and F9. RGB value is (254,149,249). Sum of RGB (Red+Green+Blue) = 254+149+249=652 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.96% from 652); Green value is 149 (58.59% from 255 or 22.85% from 652); Blue value is 249 (97.66% from 255 or 38.19% from 652); Max value from RGB is 254 - color contains mainly: red. Hex color #FE95F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE95F9 is #016A06. Grayscale: #BFBFBF. Windows color (decimal): -92679 or 16356862. OLE color: 16356862.

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

Color convert

RGB254149249-
CMYK00.410.020.00
HSL302.86º98.13%79.02%-
HSV(B)302.86º41.34%99.61%-
XYZ68.7249.4195.54-
YUV191.8160.29172.37-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.96%
GREEN value IS 149 (58.59% from 255) = 22.85%
BLUE value IS 249 (97.66% from 255) = 38.19%
R=38.96%
G=22.85%
B=38.19%

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
Decimal25414924900.410.020.00302.8698.1379.02
HexFE95F90292012f624f
Octal37622537105120457142117
Binary111111101001010111111001010100110010010111111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE95F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE95F9; }

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

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

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

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

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

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

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

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