Html Css Color HEX #FE2050 Radical Red

📋 copy color: '#FE2050'

red 254 ◦ green 32 ◦ blue 80

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

Shades of Radical Red #FE2050

Tints of Radical Red #FE2050

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.74%

 BLUE value IS 80 (31.64% from 255) = 21.86%

R = 69.4%
G = 8.74%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FE2050 (or 0xFE2050) is known color: Radical Red. HEX triplet: FE, 20 and 50. RGB value is (254,32,80). Sum of RGB (Red+Green+Blue) = 254+32+80=366 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.40% from 366); Green value is 32 (12.89% from 255 or 8.74% from 366); Blue value is 80 (31.64% from 255 or 21.86% from 366); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2050 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2050 is #01DFAF. Grayscale: #676767. Windows color (decimal): -122800 or 5251326. OLE color: 5251326.

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

Color convert

RGB 254 32 80 -
CMYK 0 0.87 0.69 0.00
HSL 347.03º 0.99% 0.56% -
HSV(B) 347.03º 0.87% 1% -
XYZ 42.84 22.68 9.71 -
YUV 103.85 114.55 235.1 -
System Red Green Blue C M Y K H S L
Decimal 254 32 80 0 0.87 0.69 0.00 347.03 0.99 0.56
Hex FE 20 50 0 57 45 0 15B 63 38
Octal 376 40 120 0 127 105 0 533 143 70
Binary 11111110 100000 1010000 0 1010111 1000101 0 101011011 1100011 111000

Color Harmonies of #FE2050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2050

Black with #FE2050

Text Example


Text Example

White with #FE2050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2050; }

 p { color: rgb(254,32,80); }

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

background-color css

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

 a { background-color: rgb(254,32,80); }

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

border-color css

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

 span { border-color: rgb(254,32,80); }

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