Html Css Color HEX #FE365A Radical Red

📋 copy color: '#FE365A'

red 254 ◦ green 54 ◦ blue 90

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

Shades of Radical Red #FE365A

Tints of Radical Red #FE365A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.57%

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

R = 63.82%
G = 13.57%
B = 22.61%

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

#FE365A (or 0xFE365A) is known color: Radical Red. HEX triplet: FE, 36 and 5A. RGB value is (254,54,90). Sum of RGB (Red+Green+Blue) = 254+54+90=398 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.82% from 398); Green value is 54 (21.48% from 255 or 13.57% from 398); Blue value is 90 (35.55% from 255 or 22.61% from 398); Max value from RGB is 254 - color contains mainly: red. Hex color #FE365A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE365A is #01C9A5. Grayscale: #757575. Windows color (decimal): -117158 or 5912318. OLE color: 5912318.

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

Color convert

RGB 254 54 90 -
CMYK 0 0.79 0.65 0.00
HSL 349.2º 0.99% 0.6% -
HSV(B) 349.2º 0.79% 1% -
XYZ 44.04 24.45 12.07 -
YUV 117.9 112.26 225.07 -
System Red Green Blue C M Y K H S L
Decimal 254 54 90 0 0.79 0.65 0.00 349.2 0.99 0.6
Hex FE 36 5A 0 4F 41 0 15D 63 3C
Octal 376 66 132 0 117 101 0 535 143 74
Binary 11111110 110110 1011010 0 1001111 1000001 0 101011101 1100011 111100

Color Harmonies of #FE365A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE365A

Black with #FE365A

Text Example


Text Example

White with #FE365A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE365A; }

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

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

background-color css

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

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

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

border-color css

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

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

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