Html Css Color HEX #FE284A Radical Red

📋 copy color: '#FE284A'

red 254 ◦ green 40 ◦ blue 74

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

Shades of Radical Red #FE284A

Tints of Radical Red #FE284A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.87%

 BLUE value IS 74 (29.3% from 255) = 20.11%

R = 69.02%
G = 10.87%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.71

 K value IS 0.00

RGB Variations

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

Color information

#FE284A (or 0xFE284A) is known color: Radical Red. HEX triplet: FE, 28 and 4A. RGB value is (254,40,74). Sum of RGB (Red+Green+Blue) = 254+40+74=368 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.02% from 368); Green value is 40 (16.02% from 255 or 10.87% from 368); Blue value is 74 (29.30% from 255 or 20.11% from 368); Max value from RGB is 254 - color contains mainly: red. Hex color #FE284A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE284A is #01D7B5. Grayscale: #6B6B6B. Windows color (decimal): -120758 or 4860158. OLE color: 4860158.

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

Color convert

RGB 254 40 74 -
CMYK 0 0.84 0.71 0.00
HSL 350.47º 0.99% 0.58% -
HSV(B) 350.47º 0.84% 1% -
XYZ 42.87 23.08 8.67 -
YUV 107.86 108.9 232.24 -
System Red Green Blue C M Y K H S L
Decimal 254 40 74 0 0.84 0.71 0.00 350.47 0.99 0.58
Hex FE 28 4A 0 54 47 0 15E 63 3A
Octal 376 50 112 0 124 107 0 536 143 72
Binary 11111110 101000 1001010 0 1010100 1000111 0 101011110 1100011 111010

Color Harmonies of #FE284A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE284A

Black with #FE284A

Text Example


Text Example

White with #FE284A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE284A; }

 p { color: rgb(254,40,74); }

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

background-color css

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

 a { background-color: rgb(254,40,74); }

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

border-color css

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

 span { border-color: rgb(254,40,74); }

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