Html Css Color HEX #FE2977 Radical Red

📋 copy color: '#FE2977'

red 254 ◦ green 41 ◦ blue 119

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

Shades of Radical Red #FE2977

Tints of Radical Red #FE2977

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.9%

 BLUE value IS 119 (46.88% from 255) = 28.74%

R = 61.35%
G = 9.9%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.53

 K value IS 0.00

RGB Variations

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

Color information

#FE2977 (or 0xFE2977) is known color: Radical Red. HEX triplet: FE, 29 and 77. RGB value is (254,41,119). Sum of RGB (Red+Green+Blue) = 254+41+119=414 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.35% from 414); Green value is 41 (16.41% from 255 or 9.90% from 414); Blue value is 119 (46.88% from 255 or 28.74% from 414); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2977 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2977 is #01D688. Grayscale: #717171. Windows color (decimal): -120457 or 7809534. OLE color: 7809534.

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

Color convert

RGB 254 41 119 -
CMYK 0 0.84 0.53 0.00
HSL 338.03º 0.99% 0.58% -
HSV(B) 338.03º 0.84% 1% -
XYZ 45 23.99 19.71 -
YUV 113.58 131.07 228.16 -
System Red Green Blue C M Y K H S L
Decimal 254 41 119 0 0.84 0.53 0.00 338.03 0.99 0.58
Hex FE 29 77 0 54 35 0 152 63 3A
Octal 376 51 167 0 124 65 0 522 143 72
Binary 11111110 101001 1110111 0 1010100 110101 0 101010010 1100011 111010

Color Harmonies of #FE2977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2977

Black with #FE2977

Text Example


Text Example

White with #FE2977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2977; }

 p { color: rgb(254,41,119); }

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

background-color css

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

 a { background-color: rgb(254,41,119); }

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

border-color css

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

 span { border-color: rgb(254,41,119); }

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