Html Css Color HEX #FE93F8 Violet

📋 copy color: '#FE93F8'

red 254 ◦ green 147 ◦ blue 248

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

Shades of Violet #FE93F8

Tints of Violet #FE93F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 38.21%

R = 39.14%
G = 22.65%
B = 38.21%

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

#FE93F8 (or 0xFE93F8) is known color: Violet. HEX triplet: FE, 93 and F8. RGB value is (254,147,248). Sum of RGB (Red+Green+Blue) = 254+147+248=649 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.14% from 649); Green value is 147 (57.81% from 255 or 22.65% from 649); Blue value is 248 (97.27% from 255 or 38.21% from 649); Max value from RGB is 254 - color contains mainly: red. Hex color #FE93F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE93F8 is #016C07. Grayscale: #BEBEBE. Windows color (decimal): -93192 or 16290814. OLE color: 16290814.

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

Color convert

RGB 254 147 248 -
CMYK 0 0.42 0.02 0.00
HSL 303.36º 0.98% 0.79% -
HSV(B) 303.36º 0.42% 1% -
XYZ 68.25 48.72 94.61 -
YUV 190.51 160.45 173.29 -
System Red Green Blue C M Y K H S L
Decimal 254 147 248 0 0.42 0.02 0.00 303.36 0.98 0.79
Hex FE 93 F8 0 2A 2 0 12F 62 4F
Octal 376 223 370 0 52 2 0 457 142 117
Binary 11111110 10010011 11111000 0 101010 10 0 100101111 1100010 1001111

Color Harmonies of #FE93F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE93F8

Black with #FE93F8

Text Example


Text Example

White with #FE93F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE93F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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