Html Css Color HEX #FE2959 Radical Red

📋 copy color: '#FE2959'

red 254 ◦ green 41 ◦ blue 89

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

Shades of Radical Red #FE2959

Tints of Radical Red #FE2959

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 23.18%

R = 66.15%
G = 10.68%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.65

 K value IS 0.00

RGB Variations

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

Color information

#FE2959 (or 0xFE2959) is known color: Radical Red. HEX triplet: FE, 29 and 59. RGB value is (254,41,89). Sum of RGB (Red+Green+Blue) = 254+41+89=384 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.15% from 384); Green value is 41 (16.41% from 255 or 10.68% from 384); Blue value is 89 (35.16% from 255 or 23.18% from 384); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2959 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2959 is #01D6A6. Grayscale: #6E6E6E. Windows color (decimal): -120487 or 5843454. OLE color: 5843454.

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

Color convert

RGB 254 41 89 -
CMYK 0 0.84 0.65 0.00
HSL 346.48º 0.99% 0.58% -
HSV(B) 346.48º 0.84% 1% -
XYZ 43.47 23.38 11.67 -
YUV 110.16 116.07 230.6 -
System Red Green Blue C M Y K H S L
Decimal 254 41 89 0 0.84 0.65 0.00 346.48 0.99 0.58
Hex FE 29 59 0 54 41 0 15A 63 3A
Octal 376 51 131 0 124 101 0 532 143 72
Binary 11111110 101001 1011001 0 1010100 1000001 0 101011010 1100011 111010

Color Harmonies of #FE2959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2959

Black with #FE2959

Text Example


Text Example

White with #FE2959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2959; }

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

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

background-color css

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

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

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

border-color css

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

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

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