Html Css Color HEX #FE90F9 Violet

📋 copy color: '#FE90F9'

red 254 ◦ green 144 ◦ blue 249

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

Shades of Violet #FE90F9

Tints of Violet #FE90F9

RGB

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

 GREEN value IS 144 (56.64% from 255) = 22.26%

 BLUE value IS 249 (97.66% from 255) = 38.49%

R = 39.26%
G = 22.26%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#FE90F9 (or 0xFE90F9) is known color: Violet. HEX triplet: FE, 90 and F9. RGB value is (254,144,249). Sum of RGB (Red+Green+Blue) = 254+144+249=647 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.26% from 647); Green value is 144 (56.64% from 255 or 22.26% from 647); Blue value is 249 (97.66% from 255 or 38.49% from 647); Max value from RGB is 254 - color contains mainly: red. Hex color #FE90F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE90F9 is #016F06. Grayscale: #BCBCBC. Windows color (decimal): -93959 or 16355582. OLE color: 16355582.

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

Color convert

RGB 254 144 249 -
CMYK 0 0.43 0.02 0.00
HSL 302.73º 0.98% 0.78% -
HSV(B) 302.73º 0.43% 1% -
XYZ 67.95 47.86 95.28 -
YUV 188.86 161.94 174.46 -
System Red Green Blue C M Y K H S L
Decimal 254 144 249 0 0.43 0.02 0.00 302.73 0.98 0.78
Hex FE 90 F9 0 2B 2 0 12F 62 4E
Octal 376 220 371 0 53 2 0 457 142 116
Binary 11111110 10010000 11111001 0 101011 10 0 100101111 1100010 1001110

Color Harmonies of #FE90F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE90F9

Black with #FE90F9

Text Example


Text Example

White with #FE90F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE90F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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