Html Css Color HEX #FE4594 Violet Red

📋 copy color: '#FE4594'

red 254 ◦ green 69 ◦ blue 148

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

Shades of Violet Red #FE4594

Tints of Violet Red #FE4594

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.65%

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

R = 53.93%
G = 14.65%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.42

 K value IS 0.00

RGB Variations

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

Color information

#FE4594 (or 0xFE4594) is known color: Violet Red. HEX triplet: FE, 45 and 94. RGB value is (254,69,148). Sum of RGB (Red+Green+Blue) = 254+69+148=471 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.93% from 471); Green value is 69 (27.34% from 255 or 14.65% from 471); Blue value is 148 (58.20% from 255 or 31.42% from 471); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4594 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE4594 is #01BA6B. Grayscale: #858585. Windows color (decimal): -113260 or 9717246. OLE color: 9717246.

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

Color convert

RGB 254 69 148 -
CMYK 0 0.73 0.42 0.00
HSL 334.38º 0.99% 0.63% -
HSV(B) 334.38º 0.73% 1% -
XYZ 48.35 27.47 30.77 -
YUV 133.32 136.29 214.08 -
System Red Green Blue C M Y K H S L
Decimal 254 69 148 0 0.73 0.42 0.00 334.38 0.99 0.63
Hex FE 45 94 0 49 2A 0 14E 63 3F
Octal 376 105 224 0 111 52 0 516 143 77
Binary 11111110 1000101 10010100 0 1001001 101010 0 101001110 1100011 111111

Color Harmonies of #FE4594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4594

Black with #FE4594

Text Example


Text Example

White with #FE4594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4594; }

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

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

background-color css

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

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

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

border-color css

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

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

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