Html Css Color HEX #FE498A Violet Red

📋 copy color: '#FE498A'

red 254 ◦ green 73 ◦ blue 138

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

Shades of Violet Red #FE498A

Tints of Violet Red #FE498A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.68%

R = 54.62%
G = 15.7%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.46

 K value IS 0.00

RGB Variations

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

Color information

#FE498A (or 0xFE498A) is known color: Violet Red. HEX triplet: FE, 49 and 8A. RGB value is (254,73,138). Sum of RGB (Red+Green+Blue) = 254+73+138=465 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.62% from 465); Green value is 73 (28.91% from 255 or 15.70% from 465); Blue value is 138 (54.30% from 255 or 29.68% from 465); Max value from RGB is 254 - color contains mainly: red. Hex color #FE498A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE498A is #01B675. Grayscale: #868686. Windows color (decimal): -112246 or 9062910. OLE color: 9062910.

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

Color convert

RGB 254 73 138 -
CMYK 0 0.71 0.46 0.00
HSL 338.45º 0.99% 0.64% -
HSV(B) 338.45º 0.71% 1% -
XYZ 47.84 27.67 26.86 -
YUV 134.53 129.97 213.21 -
System Red Green Blue C M Y K H S L
Decimal 254 73 138 0 0.71 0.46 0.00 338.45 0.99 0.64
Hex FE 49 8A 0 47 2E 0 152 63 40
Octal 376 111 212 0 107 56 0 522 143 100
Binary 11111110 1001001 10001010 0 1000111 101110 0 101010010 1100011 1000000

Color Harmonies of #FE498A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE498A

Black with #FE498A

Text Example


Text Example

White with #FE498A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE498A; }

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

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

background-color css

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

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

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

border-color css

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

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

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