Html Css Color HEX #FE96F9 Violet

📋 copy color: '#FE96F9'

red 254 ◦ green 150 ◦ blue 249

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

Shades of Violet #FE96F9

Tints of Violet #FE96F9

RGB

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

 GREEN value IS 150 (58.98% from 255) = 22.97%

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

R = 38.9%
G = 22.97%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#FE96F9 (or 0xFE96F9) is known color: Violet. HEX triplet: FE, 96 and F9. RGB value is (254,150,249). Sum of RGB (Red+Green+Blue) = 254+150+249=653 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.90% from 653); Green value is 150 (58.98% from 255 or 22.97% from 653); Blue value is 249 (97.66% from 255 or 38.13% from 653); Max value from RGB is 254 - color contains mainly: red. Hex color #FE96F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE96F9 is #016906. Grayscale: #C0C0C0. Windows color (decimal): -92423 or 16357118. OLE color: 16357118.

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

Color convert

RGB 254 150 249 -
CMYK 0 0.41 0.02 0.00
HSL 302.88º 0.98% 0.79% -
HSV(B) 302.88º 0.41% 1% -
XYZ 68.88 49.72 95.59 -
YUV 192.38 159.96 171.95 -
System Red Green Blue C M Y K H S L
Decimal 254 150 249 0 0.41 0.02 0.00 302.88 0.98 0.79
Hex FE 96 F9 0 29 2 0 12F 62 4F
Octal 376 226 371 0 51 2 0 457 142 117
Binary 11111110 10010110 11111001 0 101001 10 0 100101111 1100010 1001111

Color Harmonies of #FE96F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE96F9

Black with #FE96F9

Text Example


Text Example

White with #FE96F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE96F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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