Html Css Color HEX #FE224B Radical Red

📋 copy color: '#FE224B'

red 254 ◦ green 34 ◦ blue 75

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

Shades of Radical Red #FE224B

Tints of Radical Red #FE224B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 20.66%

R = 69.97%
G = 9.37%
B = 20.66%

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

#FE224B (or 0xFE224B) is known color: Radical Red. HEX triplet: FE, 22 and 4B. RGB value is (254,34,75). Sum of RGB (Red+Green+Blue) = 254+34+75=363 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.97% from 363); Green value is 34 (13.67% from 255 or 9.37% from 363); Blue value is 75 (29.69% from 255 or 20.66% from 363); Max value from RGB is 254 - color contains mainly: red. Hex color #FE224B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE224B is #01DDB4. Grayscale: #686868. Windows color (decimal): -122293 or 4924158. OLE color: 4924158.

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

Color convert

RGB 254 34 75 -
CMYK 0 0.87 0.70 0.00
HSL 348.82º 0.99% 0.56% -
HSV(B) 348.82º 0.87% 1% -
XYZ 42.72 22.72 8.79 -
YUV 104.45 111.39 234.67 -
System Red Green Blue C M Y K H S L
Decimal 254 34 75 0 0.87 0.70 0.00 348.82 0.99 0.56
Hex FE 22 4B 0 57 46 0 15D 63 38
Octal 376 42 113 0 127 106 0 535 143 70
Binary 11111110 100010 1001011 0 1010111 1000110 0 101011101 1100011 111000

Color Harmonies of #FE224B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE224B

Black with #FE224B

Text Example


Text Example

White with #FE224B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE224B; }

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

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

background-color css

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

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

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

border-color css

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

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

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