Html Css Color HEX #FE93FA Violet

📋 copy color: '#FE93FA'

red 254 ◦ green 147 ◦ blue 250

#FE93FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet #FE93FA

Tints of Violet #FE93FA

RGB

 RED value IS 254 (99.61% from 255) = 39.02%

 GREEN value IS 147 (57.81% from 255) = 22.58%

 BLUE value IS 250 (98.05% from 255) = 38.4%

R = 39.02%
G = 22.58%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#FE93FA (or 0xFE93FA) is known color: Violet. HEX triplet: FE, 93 and FA. RGB value is (254,147,250). Sum of RGB (Red+Green+Blue) = 254+147+250=651 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.02% from 651); Green value is 147 (57.81% from 255 or 22.58% from 651); Blue value is 250 (98.05% from 255 or 38.40% from 651); Max value from RGB is 254 - color contains mainly: red. Hex color #FE93FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE93FA is #016C05. Grayscale: #BEBEBE. Windows color (decimal): -93190 or 16421886. OLE color: 16421886.

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

Color convert

RGB 254 147 250 -
CMYK 0 0.42 0.02 0.00
HSL 302.24º 0.98% 0.79% -
HSV(B) 302.24º 0.42% 1% -
XYZ 68.56 48.84 96.26 -
YUV 190.74 161.45 173.12 -
System Red Green Blue C M Y K H S L
Decimal 254 147 250 0 0.42 0.02 0.00 302.24 0.98 0.79
Hex FE 93 FA 0 2A 2 0 12E 62 4F
Octal 376 223 372 0 52 2 0 456 142 117
Binary 11111110 10010011 11111010 0 101010 10 0 100101110 1100010 1001111

Color Harmonies of #FE93FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE93FA

Black with #FE93FA

Text Example


Text Example

White with #FE93FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE93FA; }

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

 H1.HeaderClassName
 {
   color: #FE93FA;
 }
 .AnyTagClassName
 {
   color: #FE93FA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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