#FE97FA

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

Shades of Violet #FE97FA

Tints of Violet #FE97FA

Color information

#FE97FA (or 0xFE97FA) is unknown color: approx Violet. HEX triplet: FE, 97 and FA. RGB value is (254,151,250). Sum of RGB (Red+Green+Blue) = 254+151+250=655 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.78% from 655); Green value is 151 (59.38% from 255 or 23.05% from 655); Blue value is 250 (98.05% from 255 or 38.17% from 655); Max value from RGB is 254 - color contains mainly: red. Hex color #FE97FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE97FA is #016805. Grayscale: #C0C0C0. Windows color (decimal): -92166 or 16422910. OLE color: 16422910.

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

Color convert

RGB254151250-
CMYK00.410.020.00
HSL302.33º98.1%79.41%-
HSV(B)302.33º40.55%99.61%-
XYZ69.1950.1196.47-
YUV193.08160.12171.45-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.78%
GREEN value IS 151 (59.38% from 255) = 23.05%
BLUE value IS 250 (98.05% from 255) = 38.17%
R=38.78%
G=23.05%
B=38.17%

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
Decimal25415125000.410.020.00302.3398.179.41
HexFE97FA0292012e624f
Octal37622737205120456142117
Binary111111101001011111111010010100110010010111011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE97FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE97FA; }

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

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

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

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

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

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

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

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