Html Css Color HEX #FE4990 Violet Red

📋 copy color: '#FE4990'

red 254 ◦ green 73 ◦ blue 144

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

Shades of Violet Red #FE4990

Tints of Violet Red #FE4990

RGB

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

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

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

R = 53.93%
G = 15.5%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.43

 K value IS 0.00

RGB Variations

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

Color information

#FE4990 (or 0xFE4990) is known color: Violet Red. HEX triplet: FE, 49 and 90. RGB value is (254,73,144). Sum of RGB (Red+Green+Blue) = 254+73+144=471 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.93% from 471); Green value is 73 (28.91% from 255 or 15.50% from 471); Blue value is 144 (56.64% from 255 or 30.57% from 471); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4990 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE4990 is #01B66F. Grayscale: #878787. Windows color (decimal): -112240 or 9456126. OLE color: 9456126.

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

Color convert

RGB 254 73 144 -
CMYK 0 0.71 0.43 0.00
HSL 336.46º 0.99% 0.64% -
HSV(B) 336.46º 0.71% 1% -
XYZ 48.29 27.85 29.22 -
YUV 135.21 132.97 212.73 -
System Red Green Blue C M Y K H S L
Decimal 254 73 144 0 0.71 0.43 0.00 336.46 0.99 0.64
Hex FE 49 90 0 47 2B 0 150 63 40
Octal 376 111 220 0 107 53 0 520 143 100
Binary 11111110 1001001 10010000 0 1000111 101011 0 101010000 1100011 1000000

Color Harmonies of #FE4990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4990

Black with #FE4990

Text Example


Text Example

White with #FE4990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4990; }

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

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

background-color css

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

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

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

border-color css

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

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

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