Html Css Color HEX #FE495A Radical Red

📋 copy color: '#FE495A'

red 254 ◦ green 73 ◦ blue 90

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

Shades of Radical Red #FE495A

Tints of Radical Red #FE495A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.58%

R = 60.91%
G = 17.51%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.65

 K value IS 0.00

RGB Variations

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

Color information

#FE495A (or 0xFE495A) is known color: Radical Red. HEX triplet: FE, 49 and 5A. RGB value is (254,73,90). Sum of RGB (Red+Green+Blue) = 254+73+90=417 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.91% from 417); Green value is 73 (28.91% from 255 or 17.51% from 417); Blue value is 90 (35.55% from 255 or 21.58% from 417); Max value from RGB is 254 - color contains mainly: red. Hex color #FE495A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE495A is #01B6A5. Grayscale: #818181. Windows color (decimal): -112294 or 5917182. OLE color: 5917182.

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

Color convert

RGB 254 73 90 -
CMYK 0 0.71 0.65 0.00
HSL 354.36º 0.99% 0.64% -
HSV(B) 354.36º 0.71% 1% -
XYZ 45.1 26.57 12.43 -
YUV 129.06 105.97 217.12 -
System Red Green Blue C M Y K H S L
Decimal 254 73 90 0 0.71 0.65 0.00 354.36 0.99 0.64
Hex FE 49 5A 0 47 41 0 162 63 40
Octal 376 111 132 0 107 101 0 542 143 100
Binary 11111110 1001001 1011010 0 1000111 1000001 0 101100010 1100011 1000000

Color Harmonies of #FE495A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE495A

Black with #FE495A

Text Example


Text Example

White with #FE495A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE495A; }

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

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

background-color css

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

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

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

border-color css

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

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

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