#FE94F9

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

Shades of Violet #FE94F9

Tints of Violet #FE94F9

Color information

#FE94F9 (or 0xFE94F9) is unknown color: approx Violet. HEX triplet: FE, 94 and F9. RGB value is (254,148,249). Sum of RGB (Red+Green+Blue) = 254+148+249=651 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.02% from 651); Green value is 148 (58.20% from 255 or 22.73% from 651); Blue value is 249 (97.66% from 255 or 38.25% from 651); Max value from RGB is 254 - color contains mainly: red. Hex color #FE94F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE94F9 is #016B06. Grayscale: #BEBEBE. Windows color (decimal): -92935 or 16356606. OLE color: 16356606.

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

Color convert

RGB254148249-
CMYK00.420.020.00
HSL302.83º98.15%78.82%-
HSV(B)302.83º41.73%99.61%-
XYZ68.5649.0995.48-
YUV191.21160.62172.79-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.02%
GREEN value IS 148 (58.20% from 255) = 22.73%
BLUE value IS 249 (97.66% from 255) = 38.25%
R=39.02%
G=22.73%
B=38.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414824900.420.020.00302.8398.1578.82
HexFE94F902A2012f624f
Octal37622437105220457142117
Binary111111101001010011111001010101010010010111111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE94F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE94F9; }

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

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

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

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

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

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

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

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