Html Css Color HEX #FE355A Radical Red

📋 copy color: '#FE355A'

red 254 ◦ green 53 ◦ blue 90

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

Shades of Radical Red #FE355A

Tints of Radical Red #FE355A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.35%

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

R = 63.98%
G = 13.35%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.65

 K value IS 0.00

RGB Variations

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

Color information

#FE355A (or 0xFE355A) is known color: Radical Red. HEX triplet: FE, 35 and 5A. RGB value is (254,53,90). Sum of RGB (Red+Green+Blue) = 254+53+90=397 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.98% from 397); Green value is 53 (21.09% from 255 or 13.35% from 397); Blue value is 90 (35.55% from 255 or 22.67% from 397); Max value from RGB is 254 - color contains mainly: red. Hex color #FE355A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE355A is #01CAA5. Grayscale: #757575. Windows color (decimal): -117414 or 5912062. OLE color: 5912062.

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

Color convert

RGB 254 53 90 -
CMYK 0 0.79 0.65 0.00
HSL 348.96º 0.99% 0.6% -
HSV(B) 348.96º 0.79% 1% -
XYZ 43.99 24.36 12.06 -
YUV 117.32 112.59 225.49 -
System Red Green Blue C M Y K H S L
Decimal 254 53 90 0 0.79 0.65 0.00 348.96 0.99 0.6
Hex FE 35 5A 0 4F 41 0 15D 63 3C
Octal 376 65 132 0 117 101 0 535 143 74
Binary 11111110 110101 1011010 0 1001111 1000001 0 101011101 1100011 111100

Color Harmonies of #FE355A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE355A

Black with #FE355A

Text Example


Text Example

White with #FE355A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE355A; }

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

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

background-color css

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

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

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

border-color css

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

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

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