Html Css Color HEX #FE515A Radical Red

📋 copy color: '#FE515A'

red 254 ◦ green 81 ◦ blue 90

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

Shades of Radical Red #FE515A

Tints of Radical Red #FE515A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.06%

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

R = 59.76%
G = 19.06%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.65

 K value IS 0.00

RGB Variations

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

Color information

#FE515A (or 0xFE515A) is known color: Radical Red. HEX triplet: FE, 51 and 5A. RGB value is (254,81,90). Sum of RGB (Red+Green+Blue) = 254+81+90=425 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.76% from 425); Green value is 81 (32.03% from 255 or 19.06% from 425); Blue value is 90 (35.55% from 255 or 21.18% from 425); Max value from RGB is 254 - color contains mainly: red. Hex color #FE515A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE515A is #01AEA5. Grayscale: #858585. Windows color (decimal): -110246 or 5919230. OLE color: 5919230.

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

Color convert

RGB 254 81 90 -
CMYK 0 0.68 0.65 0.00
HSL 356.88º 0.99% 0.66% -
HSV(B) 356.88º 0.68% 1% -
XYZ 45.66 27.69 12.61 -
YUV 133.75 103.31 213.77 -
System Red Green Blue C M Y K H S L
Decimal 254 81 90 0 0.68 0.65 0.00 356.88 0.99 0.66
Hex FE 51 5A 0 44 41 0 165 63 42
Octal 376 121 132 0 104 101 0 545 143 102
Binary 11111110 1010001 1011010 0 1000100 1000001 0 101100101 1100011 1000010

Color Harmonies of #FE515A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE515A

Black with #FE515A

Text Example


Text Example

White with #FE515A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE515A; }

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

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

background-color css

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

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

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

border-color css

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

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

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