Html Css Color HEX #FE475E Radical Red

📋 copy color: '#FE475E'

red 254 ◦ green 71 ◦ blue 94

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

Shades of Radical Red #FE475E

Tints of Radical Red #FE475E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 22.43%

R = 60.62%
G = 16.95%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#FE475E (or 0xFE475E) is known color: Radical Red. HEX triplet: FE, 47 and 5E. RGB value is (254,71,94). Sum of RGB (Red+Green+Blue) = 254+71+94=419 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.62% from 419); Green value is 71 (28.12% from 255 or 16.95% from 419); Blue value is 94 (37.11% from 255 or 22.43% from 419); Max value from RGB is 254 - color contains mainly: red. Hex color #FE475E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE475E is #01B8A1. Grayscale: #808080. Windows color (decimal): -112802 or 6178814. OLE color: 6178814.

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

Color convert

RGB 254 71 94 -
CMYK 0 0.72 0.63 0.00
HSL 352.46º 0.99% 0.64% -
HSV(B) 352.46º 0.72% 1% -
XYZ 45.15 26.39 13.3 -
YUV 128.34 108.63 217.63 -
System Red Green Blue C M Y K H S L
Decimal 254 71 94 0 0.72 0.63 0.00 352.46 0.99 0.64
Hex FE 47 5E 0 48 3F 0 160 63 40
Octal 376 107 136 0 110 77 0 540 143 100
Binary 11111110 1000111 1011110 0 1001000 111111 0 101100000 1100011 1000000

Color Harmonies of #FE475E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE475E

Black with #FE475E

Text Example


Text Example

White with #FE475E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE475E; }

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

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

background-color css

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

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

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

border-color css

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

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

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