Html Css Color HEX #FE505D Radical Red

📋 copy color: '#FE505D'

red 254 ◦ green 80 ◦ blue 93

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

Shades of Radical Red #FE505D

Tints of Radical Red #FE505D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.74%

 BLUE value IS 93 (36.72% from 255) = 21.78%

R = 59.48%
G = 18.74%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#FE505D (or 0xFE505D) is known color: Radical Red. HEX triplet: FE, 50 and 5D. RGB value is (254,80,93). Sum of RGB (Red+Green+Blue) = 254+80+93=427 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.48% from 427); Green value is 80 (31.64% from 255 or 18.74% from 427); Blue value is 93 (36.72% from 255 or 21.78% from 427); Max value from RGB is 254 - color contains mainly: red. Hex color #FE505D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE505D is #01AFA2. Grayscale: #858585. Windows color (decimal): -110499 or 6115582. OLE color: 6115582.

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

Color convert

RGB 254 80 93 -
CMYK 0 0.69 0.63 0.00
HSL 355.52º 0.99% 0.65% -
HSV(B) 355.52º 0.69% 1% -
XYZ 45.72 27.6 13.27 -
YUV 133.51 105.15 213.94 -
System Red Green Blue C M Y K H S L
Decimal 254 80 93 0 0.69 0.63 0.00 355.52 0.99 0.65
Hex FE 50 5D 0 45 3F 0 164 63 41
Octal 376 120 135 0 105 77 0 544 143 101
Binary 11111110 1010000 1011101 0 1000101 111111 0 101100100 1100011 1000001

Color Harmonies of #FE505D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE505D

Black with #FE505D

Text Example


Text Example

White with #FE505D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE505D; }

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

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

background-color css

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

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

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

border-color css

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

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

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