Html Css Color HEX #FE4550 Radical Red

📋 copy color: '#FE4550'

red 254 ◦ green 69 ◦ blue 80

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

Shades of Radical Red #FE4550

Tints of Radical Red #FE4550

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.12%

 BLUE value IS 80 (31.64% from 255) = 19.85%

R = 63.03%
G = 17.12%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FE4550 (or 0xFE4550) is known color: Radical Red. HEX triplet: FE, 45 and 50. RGB value is (254,69,80). Sum of RGB (Red+Green+Blue) = 254+69+80=403 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.03% from 403); Green value is 69 (27.34% from 255 or 17.12% from 403); Blue value is 80 (31.64% from 255 or 19.85% from 403); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4550 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE4550 is #01BAAF. Grayscale: #7D7D7D. Windows color (decimal): -113328 or 5260798. OLE color: 5260798.

HSL color Cylindrical-coordinate representation of color #FE4550: hue angle of 356.43º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FE4550 is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 69 80 -
CMYK 0 0.73 0.69 0.00
HSL 356.43º 0.99% 0.63% -
HSV(B) 356.43º 0.73% 1% -
XYZ 44.45 25.91 10.25 -
YUV 125.57 102.29 219.61 -
System Red Green Blue C M Y K H S L
Decimal 254 69 80 0 0.73 0.69 0.00 356.43 0.99 0.63
Hex FE 45 50 0 49 45 0 164 63 3F
Octal 376 105 120 0 111 105 0 544 143 77
Binary 11111110 1000101 1010000 0 1001001 1000101 0 101100100 1100011 111111

Color Harmonies of #FE4550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4550

Black with #FE4550

Text Example


Text Example

White with #FE4550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4550; }

 p { color: rgb(254,69,80); }

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

background-color css

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

 a { background-color: rgb(254,69,80); }

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

border-color css

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

 span { border-color: rgb(254,69,80); }

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