Html Css Color HEX #FE3149 Radical Red

📋 copy color: '#FE3149'

red 254 ◦ green 49 ◦ blue 73

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

Shades of Radical Red #FE3149

Tints of Radical Red #FE3149

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.03%

 BLUE value IS 73 (28.91% from 255) = 19.41%

R = 67.55%
G = 13.03%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.71

 K value IS 0.00

RGB Variations

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

Color information

#FE3149 (or 0xFE3149) is known color: Radical Red. HEX triplet: FE, 31 and 49. RGB value is (254,49,73). Sum of RGB (Red+Green+Blue) = 254+49+73=376 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.55% from 376); Green value is 49 (19.53% from 255 or 13.03% from 376); Blue value is 73 (28.91% from 255 or 19.41% from 376); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3149 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3149 is #01CEB6. Grayscale: #717171. Windows color (decimal): -118455 or 4796926. OLE color: 4796926.

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

Color convert

RGB 254 49 73 -
CMYK 0 0.81 0.71 0.00
HSL 352.98º 0.99% 0.59% -
HSV(B) 352.98º 0.81% 1% -
XYZ 43.17 23.75 8.61 -
YUV 113.03 105.42 228.55 -
System Red Green Blue C M Y K H S L
Decimal 254 49 73 0 0.81 0.71 0.00 352.98 0.99 0.59
Hex FE 31 49 0 51 47 0 161 63 3B
Octal 376 61 111 0 121 107 0 541 143 73
Binary 11111110 110001 1001001 0 1010001 1000111 0 101100001 1100011 111011

Color Harmonies of #FE3149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3149

Black with #FE3149

Text Example


Text Example

White with #FE3149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3149; }

 p { color: rgb(254,49,73); }

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

background-color css

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

 a { background-color: rgb(254,49,73); }

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

border-color css

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

 span { border-color: rgb(254,49,73); }

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