Html Css Color HEX #FE2074 Radical Red

📋 copy color: '#FE2074'

red 254 ◦ green 32 ◦ blue 116

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

Shades of Radical Red #FE2074

Tints of Radical Red #FE2074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 28.86%

R = 63.18%
G = 7.96%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#FE2074 (or 0xFE2074) is known color: Radical Red. HEX triplet: FE, 20 and 74. RGB value is (254,32,116). Sum of RGB (Red+Green+Blue) = 254+32+116=402 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.18% from 402); Green value is 32 (12.89% from 255 or 7.96% from 402); Blue value is 116 (45.70% from 255 or 28.86% from 402); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2074 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2074 is #01DF8B. Grayscale: #6B6B6B. Windows color (decimal): -122764 or 7610622. OLE color: 7610622.

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

Color convert

RGB 254 32 116 -
CMYK 0 0.87 0.54 0.00
HSL 337.3º 0.99% 0.56% -
HSV(B) 337.3º 0.87% 1% -
XYZ 44.54 23.36 18.69 -
YUV 107.95 132.55 232.17 -
System Red Green Blue C M Y K H S L
Decimal 254 32 116 0 0.87 0.54 0.00 337.3 0.99 0.56
Hex FE 20 74 0 57 36 0 151 63 38
Octal 376 40 164 0 127 66 0 521 143 70
Binary 11111110 100000 1110100 0 1010111 110110 0 101010001 1100011 111000

Color Harmonies of #FE2074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2074

Black with #FE2074

Text Example


Text Example

White with #FE2074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2074; }

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

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

background-color css

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

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

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

border-color css

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

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

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