Html Css Color HEX #FE225A Radical Red

📋 copy color: '#FE225A'

red 254 ◦ green 34 ◦ blue 90

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

Shades of Radical Red #FE225A

Tints of Radical Red #FE225A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 23.81%

R = 67.2%
G = 8.99%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.65

 K value IS 0.00

RGB Variations

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

Color information

#FE225A (or 0xFE225A) is known color: Radical Red. HEX triplet: FE, 22 and 5A. RGB value is (254,34,90). Sum of RGB (Red+Green+Blue) = 254+34+90=378 (50% of max value = 765). Red value is 254 (99.61% from 255 or 67.20% from 378); Green value is 34 (13.67% from 255 or 8.99% from 378); Blue value is 90 (35.55% from 255 or 23.81% from 378); Max value from RGB is 254 - color contains mainly: red. Hex color #FE225A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE225A is #01DDA5. Grayscale: #6A6A6A. Windows color (decimal): -122278 or 5907198. OLE color: 5907198.

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

Color convert

RGB 254 34 90 -
CMYK 0 0.87 0.65 0.00
HSL 344.73º 0.99% 0.56% -
HSV(B) 344.73º 0.87% 1% -
XYZ 43.29 22.95 11.82 -
YUV 106.16 118.89 233.45 -
System Red Green Blue C M Y K H S L
Decimal 254 34 90 0 0.87 0.65 0.00 344.73 0.99 0.56
Hex FE 22 5A 0 57 41 0 159 63 38
Octal 376 42 132 0 127 101 0 531 143 70
Binary 11111110 100010 1011010 0 1010111 1000001 0 101011001 1100011 111000

Color Harmonies of #FE225A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE225A

Black with #FE225A

Text Example


Text Example

White with #FE225A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE225A; }

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

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

background-color css

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

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

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

border-color css

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

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

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