Html Css Color HEX #FE2271 Radical Red

📋 copy color: '#FE2271'

red 254 ◦ green 34 ◦ blue 113

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

Shades of Radical Red #FE2271

Tints of Radical Red #FE2271

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.48%

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

R = 63.34%
G = 8.48%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FE2271 (or 0xFE2271) is known color: Radical Red. HEX triplet: FE, 22 and 71. RGB value is (254,34,113). Sum of RGB (Red+Green+Blue) = 254+34+113=401 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.34% from 401); Green value is 34 (13.67% from 255 or 8.48% from 401); Blue value is 113 (44.53% from 255 or 28.18% from 401); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2271 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2271 is #01DD8E. Grayscale: #6C6C6C. Windows color (decimal): -122255 or 7414526. OLE color: 7414526.

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

Color convert

RGB 254 34 113 -
CMYK 0 0.87 0.56 0.00
HSL 338.45º 0.99% 0.56% -
HSV(B) 338.45º 0.87% 1% -
XYZ 44.43 23.41 17.8 -
YUV 108.79 130.39 231.58 -
System Red Green Blue C M Y K H S L
Decimal 254 34 113 0 0.87 0.56 0.00 338.45 0.99 0.56
Hex FE 22 71 0 57 38 0 152 63 38
Octal 376 42 161 0 127 70 0 522 143 70
Binary 11111110 100010 1110001 0 1010111 111000 0 101010010 1100011 111000

Color Harmonies of #FE2271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2271

Black with #FE2271

Text Example


Text Example

White with #FE2271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2271; }

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

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

background-color css

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

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

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

border-color css

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

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

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