Html Css Color HEX #FE485B Radical Red

📋 copy color: '#FE485B'

red 254 ◦ green 72 ◦ blue 91

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

Shades of Radical Red #FE485B

Tints of Radical Red #FE485B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.82%

R = 60.91%
G = 17.27%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.64

 K value IS 0.00

RGB Variations

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

Color information

#FE485B (or 0xFE485B) is known color: Radical Red. HEX triplet: FE, 48 and 5B. RGB value is (254,72,91). Sum of RGB (Red+Green+Blue) = 254+72+91=417 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.91% from 417); Green value is 72 (28.52% from 255 or 17.27% from 417); Blue value is 91 (35.94% from 255 or 21.82% from 417); Max value from RGB is 254 - color contains mainly: red. Hex color #FE485B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE485B is #01B7A4. Grayscale: #808080. Windows color (decimal): -112549 or 5982462. OLE color: 5982462.

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

Color convert

RGB 254 72 91 -
CMYK 0 0.72 0.64 0.00
HSL 353.74º 0.99% 0.64% -
HSV(B) 353.74º 0.72% 1% -
XYZ 45.08 26.46 12.63 -
YUV 128.58 106.8 217.46 -
System Red Green Blue C M Y K H S L
Decimal 254 72 91 0 0.72 0.64 0.00 353.74 0.99 0.64
Hex FE 48 5B 0 48 40 0 162 63 40
Octal 376 110 133 0 110 100 0 542 143 100
Binary 11111110 1001000 1011011 0 1001000 1000000 0 101100010 1100011 1000000

Color Harmonies of #FE485B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE485B

Black with #FE485B

Text Example


Text Example

White with #FE485B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE485B; }

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

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

background-color css

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

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

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

border-color css

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

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

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