Html Css Color HEX #FE224C Radical Red

📋 copy color: '#FE224C'

red 254 ◦ green 34 ◦ blue 76

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

Shades of Radical Red #FE224C

Tints of Radical Red #FE224C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.34%

 BLUE value IS 76 (30.08% from 255) = 20.88%

R = 69.78%
G = 9.34%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FE224C (or 0xFE224C) is known color: Radical Red. HEX triplet: FE, 22 and 4C. RGB value is (254,34,76). Sum of RGB (Red+Green+Blue) = 254+34+76=364 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.78% from 364); Green value is 34 (13.67% from 255 or 9.34% from 364); Blue value is 76 (30.08% from 255 or 20.88% from 364); Max value from RGB is 254 - color contains mainly: red. Hex color #FE224C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE224C is #01DDB3. Grayscale: #686868. Windows color (decimal): -122292 or 4989694. OLE color: 4989694.

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

Color convert

RGB 254 34 76 -
CMYK 0 0.87 0.70 0.00
HSL 348.55º 0.99% 0.56% -
HSV(B) 348.55º 0.87% 1% -
XYZ 42.75 22.74 8.97 -
YUV 104.57 111.89 234.58 -
System Red Green Blue C M Y K H S L
Decimal 254 34 76 0 0.87 0.70 0.00 348.55 0.99 0.56
Hex FE 22 4C 0 57 46 0 15D 63 38
Octal 376 42 114 0 127 106 0 535 143 70
Binary 11111110 100010 1001100 0 1010111 1000110 0 101011101 1100011 111000

Color Harmonies of #FE224C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE224C

Black with #FE224C

Text Example


Text Example

White with #FE224C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE224C; }

 p { color: rgb(254,34,76); }

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

background-color css

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

 a { background-color: rgb(254,34,76); }

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

border-color css

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

 span { border-color: rgb(254,34,76); }

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