Html Css Color HEX #FE475A Radical Red

📋 copy color: '#FE475A'

red 254 ◦ green 71 ◦ blue 90

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

Shades of Radical Red #FE475A

Tints of Radical Red #FE475A

RGB

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

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

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

R = 61.2%
G = 17.11%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.65

 K value IS 0.00

RGB Variations

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

Color information

#FE475A (or 0xFE475A) is known color: Radical Red. HEX triplet: FE, 47 and 5A. RGB value is (254,71,90). Sum of RGB (Red+Green+Blue) = 254+71+90=415 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.20% from 415); Green value is 71 (28.12% from 255 or 17.11% from 415); Blue value is 90 (35.55% from 255 or 21.69% from 415); Max value from RGB is 254 - color contains mainly: red. Hex color #FE475A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE475A is #01B8A5. Grayscale: #7F7F7F. Windows color (decimal): -112806 or 5916670. OLE color: 5916670.

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

Color convert

RGB 254 71 90 -
CMYK 0 0.72 0.65 0.00
HSL 353.77º 0.99% 0.64% -
HSV(B) 353.77º 0.72% 1% -
XYZ 44.97 26.32 12.38 -
YUV 127.88 106.63 217.96 -
System Red Green Blue C M Y K H S L
Decimal 254 71 90 0 0.72 0.65 0.00 353.77 0.99 0.64
Hex FE 47 5A 0 48 41 0 162 63 40
Octal 376 107 132 0 110 101 0 542 143 100
Binary 11111110 1000111 1011010 0 1001000 1000001 0 101100010 1100011 1000000

Color Harmonies of #FE475A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE475A

Black with #FE475A

Text Example


Text Example

White with #FE475A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE475A; }

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

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

background-color css

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

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

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

border-color css

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

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

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