Html Css Color HEX #FE4894 Violet Red

📋 copy color: '#FE4894'

red 254 ◦ green 72 ◦ blue 148

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

Shades of Violet Red #FE4894

Tints of Violet Red #FE4894

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.19%

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

R = 53.59%
G = 15.19%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.42

 K value IS 0.00

RGB Variations

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

Color information

#FE4894 (or 0xFE4894) is known color: Violet Red. HEX triplet: FE, 48 and 94. RGB value is (254,72,148). Sum of RGB (Red+Green+Blue) = 254+72+148=474 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.59% from 474); Green value is 72 (28.52% from 255 or 15.19% from 474); Blue value is 148 (58.20% from 255 or 31.22% from 474); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4894 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE4894 is #01B76B. Grayscale: #868686. Windows color (decimal): -112492 or 9718014. OLE color: 9718014.

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

Color convert

RGB 254 72 148 -
CMYK 0 0.72 0.42 0.00
HSL 334.95º 0.99% 0.64% -
HSV(B) 334.95º 0.72% 1% -
XYZ 48.54 27.84 30.83 -
YUV 135.08 135.3 212.82 -
System Red Green Blue C M Y K H S L
Decimal 254 72 148 0 0.72 0.42 0.00 334.95 0.99 0.64
Hex FE 48 94 0 48 2A 0 14F 63 40
Octal 376 110 224 0 110 52 0 517 143 100
Binary 11111110 1001000 10010100 0 1001000 101010 0 101001111 1100011 1000000

Color Harmonies of #FE4894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4894

Black with #FE4894

Text Example


Text Example

White with #FE4894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4894; }

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

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

background-color css

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

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

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

border-color css

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

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

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