Html Css Color HEX #FE4496 Violet Red

📋 copy color: '#FE4496'

red 254 ◦ green 68 ◦ blue 150

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

Shades of Violet Red #FE4496

Tints of Violet Red #FE4496

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.41%

 BLUE value IS 150 (58.98% from 255) = 31.78%

R = 53.81%
G = 14.41%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.41

 K value IS 0.00

RGB Variations

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

Color information

#FE4496 (or 0xFE4496) is known color: Violet Red. HEX triplet: FE, 44 and 96. RGB value is (254,68,150). Sum of RGB (Red+Green+Blue) = 254+68+150=472 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.81% from 472); Green value is 68 (26.95% from 255 or 14.41% from 472); Blue value is 150 (58.98% from 255 or 31.78% from 472); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4496 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE4496 is #01BB69. Grayscale: #848484. Windows color (decimal): -113514 or 9848062. OLE color: 9848062.

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

Color convert

RGB 254 68 150 -
CMYK 0 0.73 0.41 0.00
HSL 333.55º 0.99% 0.63% -
HSV(B) 333.55º 0.73% 1% -
XYZ 48.45 27.41 31.59 -
YUV 132.96 137.62 214.33 -
System Red Green Blue C M Y K H S L
Decimal 254 68 150 0 0.73 0.41 0.00 333.55 0.99 0.63
Hex FE 44 96 0 49 29 0 14E 63 3F
Octal 376 104 226 0 111 51 0 516 143 77
Binary 11111110 1000100 10010110 0 1001001 101001 0 101001110 1100011 111111

Color Harmonies of #FE4496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4496

Black with #FE4496

Text Example


Text Example

White with #FE4496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4496; }

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

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

background-color css

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

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

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

border-color css

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

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

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