Html Css Color HEX #FE414D Radical Red

📋 copy color: '#FE414D'

red 254 ◦ green 65 ◦ blue 77

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

Shades of Radical Red #FE414D

Tints of Radical Red #FE414D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.41%

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

R = 64.14%
G = 16.41%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FE414D (or 0xFE414D) is known color: Radical Red. HEX triplet: FE, 41 and 4D. RGB value is (254,65,77). Sum of RGB (Red+Green+Blue) = 254+65+77=396 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.14% from 396); Green value is 65 (25.78% from 255 or 16.41% from 396); Blue value is 77 (30.47% from 255 or 19.44% from 396); Max value from RGB is 254 - color contains mainly: red. Hex color #FE414D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE414D is #01BEB2. Grayscale: #7B7B7B. Windows color (decimal): -114355 or 5063166. OLE color: 5063166.

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

Color convert

RGB 254 65 77 -
CMYK 0 0.74 0.70 0.00
HSL 356.19º 0.99% 0.63% -
HSV(B) 356.19º 0.74% 1% -
XYZ 44.1 25.39 9.6 -
YUV 122.88 102.12 221.52 -
System Red Green Blue C M Y K H S L
Decimal 254 65 77 0 0.74 0.70 0.00 356.19 0.99 0.63
Hex FE 41 4D 0 4A 46 0 164 63 3F
Octal 376 101 115 0 112 106 0 544 143 77
Binary 11111110 1000001 1001101 0 1001010 1000110 0 101100100 1100011 111111

Color Harmonies of #FE414D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE414D

Black with #FE414D

Text Example


Text Example

White with #FE414D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE414D; }

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

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

background-color css

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

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

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

border-color css

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

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

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