Html Css Color HEX #FE4994 Violet Red

📋 copy color: '#FE4994'

red 254 ◦ green 73 ◦ blue 148

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

Shades of Violet Red #FE4994

Tints of Violet Red #FE4994

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.37%

 BLUE value IS 148 (58.2% from 255) = 31.16%

R = 53.47%
G = 15.37%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.42

 K value IS 0.00

RGB Variations

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

Color information

#FE4994 (or 0xFE4994) is known color: Violet Red. HEX triplet: FE, 49 and 94. RGB value is (254,73,148). Sum of RGB (Red+Green+Blue) = 254+73+148=475 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.47% from 475); Green value is 73 (28.91% from 255 or 15.37% from 475); Blue value is 148 (58.20% from 255 or 31.16% from 475); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4994 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE4994 is #01B66B. Grayscale: #878787. Windows color (decimal): -112236 or 9718270. OLE color: 9718270.

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

Color convert

RGB 254 73 148 -
CMYK 0 0.71 0.42 0.00
HSL 335.14º 0.99% 0.64% -
HSV(B) 335.14º 0.71% 1% -
XYZ 48.6 27.97 30.85 -
YUV 135.67 134.97 212.4 -
System Red Green Blue C M Y K H S L
Decimal 254 73 148 0 0.71 0.42 0.00 335.14 0.99 0.64
Hex FE 49 94 0 47 2A 0 14F 63 40
Octal 376 111 224 0 107 52 0 517 143 100
Binary 11111110 1001001 10010100 0 1000111 101010 0 101001111 1100011 1000000

Color Harmonies of #FE4994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4994

Black with #FE4994

Text Example


Text Example

White with #FE4994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4994; }

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

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

background-color css

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

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

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

border-color css

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

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

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