Html Css Color HEX #FE485C Radical Red

📋 copy color: '#FE485C'

red 254 ◦ green 72 ◦ blue 92

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

Shades of Radical Red #FE485C

Tints of Radical Red #FE485C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.01%

R = 60.77%
G = 17.22%
B = 22.01%

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

#FE485C (or 0xFE485C) is known color: Radical Red. HEX triplet: FE, 48 and 5C. RGB value is (254,72,92). Sum of RGB (Red+Green+Blue) = 254+72+92=418 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.77% from 418); Green value is 72 (28.52% from 255 or 17.22% from 418); Blue value is 92 (36.33% from 255 or 22.01% from 418); Max value from RGB is 254 - color contains mainly: red. Hex color #FE485C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE485C is #01B7A3. Grayscale: #808080. Windows color (decimal): -112548 or 6047998. OLE color: 6047998.

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

Color convert

RGB 254 72 92 -
CMYK 0 0.72 0.64 0.00
HSL 353.41º 0.99% 0.64% -
HSV(B) 353.41º 0.72% 1% -
XYZ 45.12 26.48 12.86 -
YUV 128.7 107.3 217.37 -
System Red Green Blue C M Y K H S L
Decimal 254 72 92 0 0.72 0.64 0.00 353.41 0.99 0.64
Hex FE 48 5C 0 48 40 0 161 63 40
Octal 376 110 134 0 110 100 0 541 143 100
Binary 11111110 1001000 1011100 0 1001000 1000000 0 101100001 1100011 1000000

Color Harmonies of #FE485C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE485C

Black with #FE485C

Text Example


Text Example

White with #FE485C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE485C; }

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

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

background-color css

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

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

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

border-color css

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

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

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