Html Css Color HEX #FE4071 Radical Red

📋 copy color: '#FE4071'

red 254 ◦ green 64 ◦ blue 113

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

Shades of Radical Red #FE4071

Tints of Radical Red #FE4071

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.85%

 BLUE value IS 113 (44.53% from 255) = 26.22%

R = 58.93%
G = 14.85%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FE4071 (or 0xFE4071) is known color: Radical Red. HEX triplet: FE, 40 and 71. RGB value is (254,64,113). Sum of RGB (Red+Green+Blue) = 254+64+113=431 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.93% from 431); Green value is 64 (25.39% from 255 or 14.85% from 431); Blue value is 113 (44.53% from 255 or 26.22% from 431); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4071 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE4071 is #01BF8E. Grayscale: #7E7E7E. Windows color (decimal): -114575 or 7422206. OLE color: 7422206.

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

Color convert

RGB 254 64 113 -
CMYK 0 0.75 0.56 0.00
HSL 344.53º 0.99% 0.62% -
HSV(B) 344.53º 0.75% 1% -
XYZ 45.69 25.93 18.22 -
YUV 126.4 120.45 219.02 -
System Red Green Blue C M Y K H S L
Decimal 254 64 113 0 0.75 0.56 0.00 344.53 0.99 0.62
Hex FE 40 71 0 4B 38 0 159 63 3E
Octal 376 100 161 0 113 70 0 531 143 76
Binary 11111110 1000000 1110001 0 1001011 111000 0 101011001 1100011 111110

Color Harmonies of #FE4071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4071

Black with #FE4071

Text Example


Text Example

White with #FE4071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4071; }

 p { color: rgb(254,64,113); }

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

background-color css

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

 a { background-color: rgb(254,64,113); }

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

border-color css

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

 span { border-color: rgb(254,64,113); }

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