Html Css Color HEX #FE94F9 Violet

📋 copy color: '#FE94F9'

red 254 ◦ green 148 ◦ blue 249

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

Shades of Violet #FE94F9

Tints of Violet #FE94F9

RGB

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

 GREEN value IS 148 (58.2% from 255) = 22.73%

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

R = 39.02%
G = 22.73%
B = 38.25%

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

#FE94F9 (or 0xFE94F9) is known color: Violet. HEX triplet: FE, 94 and F9. RGB value is (254,148,249). Sum of RGB (Red+Green+Blue) = 254+148+249=651 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.02% from 651); Green value is 148 (58.20% from 255 or 22.73% from 651); Blue value is 249 (97.66% from 255 or 38.25% from 651); Max value from RGB is 254 - color contains mainly: red. Hex color #FE94F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE94F9 is #016B06. Grayscale: #BEBEBE. Windows color (decimal): -92935 or 16356606. OLE color: 16356606.

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

Color convert

RGB 254 148 249 -
CMYK 0 0.42 0.02 0.00
HSL 302.83º 0.98% 0.79% -
HSV(B) 302.83º 0.42% 1% -
XYZ 68.56 49.09 95.48 -
YUV 191.21 160.62 172.79 -
System Red Green Blue C M Y K H S L
Decimal 254 148 249 0 0.42 0.02 0.00 302.83 0.98 0.79
Hex FE 94 F9 0 2A 2 0 12F 62 4F
Octal 376 224 371 0 52 2 0 457 142 117
Binary 11111110 10010100 11111001 0 101010 10 0 100101111 1100010 1001111

Color Harmonies of #FE94F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE94F9

Black with #FE94F9

Text Example


Text Example

White with #FE94F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE94F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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