Html Css Color HEX #FE525A Radical Red

📋 copy color: '#FE525A'

red 254 ◦ green 82 ◦ blue 90

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

Shades of Radical Red #FE525A

Tints of Radical Red #FE525A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.25%

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

R = 59.62%
G = 19.25%
B = 21.13%

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

#FE525A (or 0xFE525A) is known color: Radical Red. HEX triplet: FE, 52 and 5A. RGB value is (254,82,90). Sum of RGB (Red+Green+Blue) = 254+82+90=426 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.62% from 426); Green value is 82 (32.42% from 255 or 19.25% from 426); Blue value is 90 (35.55% from 255 or 21.13% from 426); Max value from RGB is 254 - color contains mainly: red. Hex color #FE525A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE525A is #01ADA5. Grayscale: #868686. Windows color (decimal): -109990 or 5919486. OLE color: 5919486.

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

Color convert

RGB 254 82 90 -
CMYK 0 0.68 0.65 0.00
HSL 357.21º 0.99% 0.66% -
HSV(B) 357.21º 0.68% 1% -
XYZ 45.74 27.84 12.64 -
YUV 134.34 102.98 213.35 -
System Red Green Blue C M Y K H S L
Decimal 254 82 90 0 0.68 0.65 0.00 357.21 0.99 0.66
Hex FE 52 5A 0 44 41 0 165 63 42
Octal 376 122 132 0 104 101 0 545 143 102
Binary 11111110 1010010 1011010 0 1000100 1000001 0 101100101 1100011 1000010

Color Harmonies of #FE525A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE525A

Black with #FE525A

Text Example


Text Example

White with #FE525A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE525A; }

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

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

background-color css

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

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

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

border-color css

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

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

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