Html Css Color HEX #FE4790 Violet Red

📋 copy color: '#FE4790'

red 254 ◦ green 71 ◦ blue 144

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

Shades of Violet Red #FE4790

Tints of Violet Red #FE4790

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.14%

 BLUE value IS 144 (56.64% from 255) = 30.7%

R = 54.16%
G = 15.14%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.43

 K value IS 0.00

RGB Variations

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

Color information

#FE4790 (or 0xFE4790) is known color: Violet Red. HEX triplet: FE, 47 and 90. RGB value is (254,71,144). Sum of RGB (Red+Green+Blue) = 254+71+144=469 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.16% from 469); Green value is 71 (28.12% from 255 or 15.14% from 469); Blue value is 144 (56.64% from 255 or 30.70% from 469); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4790 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE4790 is #01B86F. Grayscale: #858585. Windows color (decimal): -112752 or 9455614. OLE color: 9455614.

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

Color convert

RGB 254 71 144 -
CMYK 0 0.72 0.43 0.00
HSL 336.07º 0.99% 0.64% -
HSV(B) 336.07º 0.72% 1% -
XYZ 48.16 27.59 29.17 -
YUV 134.04 133.63 213.56 -
System Red Green Blue C M Y K H S L
Decimal 254 71 144 0 0.72 0.43 0.00 336.07 0.99 0.64
Hex FE 47 90 0 48 2B 0 150 63 40
Octal 376 107 220 0 110 53 0 520 143 100
Binary 11111110 1000111 10010000 0 1001000 101011 0 101010000 1100011 1000000

Color Harmonies of #FE4790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4790

Black with #FE4790

Text Example


Text Example

White with #FE4790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4790; }

 p { color: rgb(254,71,144); }

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

background-color css

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

 a { background-color: rgb(254,71,144); }

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

border-color css

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

 span { border-color: rgb(254,71,144); }

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