Html Css Color HEX #FE2571 Radical Red

📋 copy color: '#FE2571'

red 254 ◦ green 37 ◦ blue 113

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

Shades of Radical Red #FE2571

Tints of Radical Red #FE2571

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.16%

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

R = 62.87%
G = 9.16%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FE2571 (or 0xFE2571) is known color: Radical Red. HEX triplet: FE, 25 and 71. RGB value is (254,37,113). Sum of RGB (Red+Green+Blue) = 254+37+113=404 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.87% from 404); Green value is 37 (14.84% from 255 or 9.16% from 404); Blue value is 113 (44.53% from 255 or 27.97% from 404); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2571 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2571 is #01DA8E. Grayscale: #6E6E6E. Windows color (decimal): -121487 or 7415294. OLE color: 7415294.

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

Color convert

RGB 254 37 113 -
CMYK 0 0.85 0.56 0.00
HSL 338.99º 0.99% 0.57% -
HSV(B) 338.99º 0.85% 1% -
XYZ 44.52 23.59 17.83 -
YUV 110.55 129.39 230.32 -
System Red Green Blue C M Y K H S L
Decimal 254 37 113 0 0.85 0.56 0.00 338.99 0.99 0.57
Hex FE 25 71 0 55 38 0 153 63 39
Octal 376 45 161 0 125 70 0 523 143 71
Binary 11111110 100101 1110001 0 1010101 111000 0 101010011 1100011 111001

Color Harmonies of #FE2571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2571

Black with #FE2571

Text Example


Text Example

White with #FE2571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2571; }

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

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

background-color css

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

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

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

border-color css

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

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

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