Html Css Color HEX #FE485A Radical Red

📋 copy color: '#FE485A'

red 254 ◦ green 72 ◦ blue 90

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

Shades of Radical Red #FE485A

Tints of Radical Red #FE485A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.31%

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

R = 61.06%
G = 17.31%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.65

 K value IS 0.00

RGB Variations

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

Color information

#FE485A (or 0xFE485A) is known color: Radical Red. HEX triplet: FE, 48 and 5A. RGB value is (254,72,90). Sum of RGB (Red+Green+Blue) = 254+72+90=416 (55% of max value = 765). Red value is 254 (99.61% from 255 or 61.06% from 416); Green value is 72 (28.52% from 255 or 17.31% from 416); Blue value is 90 (35.55% from 255 or 21.63% from 416); Max value from RGB is 254 - color contains mainly: red. Hex color #FE485A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE485A is #01B7A5. Grayscale: #808080. Windows color (decimal): -112550 or 5916926. OLE color: 5916926.

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

Color convert

RGB 254 72 90 -
CMYK 0 0.72 0.65 0.00
HSL 354.07º 0.99% 0.64% -
HSV(B) 354.07º 0.72% 1% -
XYZ 45.04 26.44 12.4 -
YUV 128.47 106.3 217.54 -
System Red Green Blue C M Y K H S L
Decimal 254 72 90 0 0.72 0.65 0.00 354.07 0.99 0.64
Hex FE 48 5A 0 48 41 0 162 63 40
Octal 376 110 132 0 110 101 0 542 143 100
Binary 11111110 1001000 1011010 0 1001000 1000001 0 101100010 1100011 1000000

Color Harmonies of #FE485A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE485A

Black with #FE485A

Text Example


Text Example

White with #FE485A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE485A; }

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

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

background-color css

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

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

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

border-color css

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

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

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