Html Css Color HEX #FE314D Radical Red

📋 copy color: '#FE314D'

red 254 ◦ green 49 ◦ blue 77

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

Shades of Radical Red #FE314D

Tints of Radical Red #FE314D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.26%

R = 66.84%
G = 12.89%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FE314D (or 0xFE314D) is known color: Radical Red. HEX triplet: FE, 31 and 4D. RGB value is (254,49,77). Sum of RGB (Red+Green+Blue) = 254+49+77=380 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.84% from 380); Green value is 49 (19.53% from 255 or 12.89% from 380); Blue value is 77 (30.47% from 255 or 20.26% from 380); Max value from RGB is 254 - color contains mainly: red. Hex color #FE314D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE314D is #01CEB2. Grayscale: #717171. Windows color (decimal): -118451 or 5059070. OLE color: 5059070.

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

Color convert

RGB 254 49 77 -
CMYK 0 0.81 0.70 0.00
HSL 351.8º 0.99% 0.59% -
HSV(B) 351.8º 0.81% 1% -
XYZ 43.31 23.8 9.33 -
YUV 113.49 107.42 228.22 -
System Red Green Blue C M Y K H S L
Decimal 254 49 77 0 0.81 0.70 0.00 351.8 0.99 0.59
Hex FE 31 4D 0 51 46 0 160 63 3B
Octal 376 61 115 0 121 106 0 540 143 73
Binary 11111110 110001 1001101 0 1010001 1000110 0 101100000 1100011 111011

Color Harmonies of #FE314D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE314D

Black with #FE314D

Text Example


Text Example

White with #FE314D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE314D; }

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

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

background-color css

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

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

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

border-color css

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

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

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