Html Css Color HEX #FE97FF Violet

📋 copy color: '#FE97FF'

red 254 ◦ green 151 ◦ blue 255

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

Shades of Violet #FE97FF

Tints of Violet #FE97FF

RGB

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

 GREEN value IS 151 (59.38% from 255) = 22.88%

 BLUE value IS 255 (100% from 255) = 38.64%

R = 38.48%
G = 22.88%
B = 38.64%

CMYK

 C value IS 0.00

 M value IS 0.41

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FE97FF (or 0xFE97FF) is known color: Violet. HEX triplet: FE, 97 and FF. RGB value is (254,151,255). Sum of RGB (Red+Green+Blue) = 254+151+255=660 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.48% from 660); Green value is 151 (59.38% from 255 or 22.88% from 660); Blue value is 255 (100% from 255 or 38.64% from 660); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE97FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE97FF is #016800. Grayscale: #C1C1C1. Windows color (decimal): -92161 or 16750590. OLE color: 16750590.

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

Color convert

RGB 254 151 255 -
CMYK 0.00 0.41 0 0
HSL 299.42º 1% 0.8% -
HSV(B) 299.42º 0.41% 1% -
XYZ 69.99 50.42 100.65 -
YUV 193.65 162.62 171.04 -
System Red Green Blue C M Y K H S L
Decimal 254 151 255 0.00 0.41 0 0 299.42 1 0.8
Hex FE 97 FF 0 29 0 0 12B 64 50
Octal 376 227 377 0 51 0 0 453 144 120
Binary 11111110 10010111 11111111 0 101001 0 0 100101011 1100100 1010000

Color Harmonies of #FE97FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE97FF

Black with #FE97FF

Text Example


Text Example

White with #FE97FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE97FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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