Html Css Color HEX #FE1C71 Radical Red

📋 copy color: '#FE1C71'

red 254 ◦ green 28 ◦ blue 113

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

Shades of Radical Red #FE1C71

Tints of Radical Red #FE1C71

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.09%

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

R = 64.3%
G = 7.09%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FE1C71 (or 0xFE1C71) is known color: Radical Red. HEX triplet: FE, 1C and 71. RGB value is (254,28,113). Sum of RGB (Red+Green+Blue) = 254+28+113=395 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.30% from 395); Green value is 28 (11.33% from 255 or 7.09% from 395); Blue value is 113 (44.53% from 255 or 28.61% from 395); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1C71 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE1C71 is #01E38E. Grayscale: #696969. Windows color (decimal): -123791 or 7412990. OLE color: 7412990.

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

Color convert

RGB 254 28 113 -
CMYK 0 0.89 0.56 0.00
HSL 337.43º 0.99% 0.55% -
HSV(B) 337.43º 0.89% 1% -
XYZ 44.27 23.09 17.75 -
YUV 105.26 132.37 234.09 -
System Red Green Blue C M Y K H S L
Decimal 254 28 113 0 0.89 0.56 0.00 337.43 0.99 0.55
Hex FE 1C 71 0 59 38 0 151 63 37
Octal 376 34 161 0 131 70 0 521 143 67
Binary 11111110 11100 1110001 0 1011001 111000 0 101010001 1100011 110111

Color Harmonies of #FE1C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1C71

Black with #FE1C71

Text Example


Text Example

White with #FE1C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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