Html Css Color HEX #FE3271 Radical Red

📋 copy color: '#FE3271'

red 254 ◦ green 50 ◦ blue 113

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

Shades of Radical Red #FE3271

Tints of Radical Red #FE3271

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.99%

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

R = 60.91%
G = 11.99%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FE3271 (or 0xFE3271) is known color: Radical Red. HEX triplet: FE, 32 and 71. RGB value is (254,50,113). Sum of RGB (Red+Green+Blue) = 254+50+113=417 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.91% from 417); Green value is 50 (19.92% from 255 or 11.99% from 417); Blue value is 113 (44.53% from 255 or 27.10% from 417); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3271 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3271 is #01CD8E. Grayscale: #767676. Windows color (decimal): -118159 or 7418622. OLE color: 7418622.

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

Color convert

RGB 254 50 113 -
CMYK 0 0.80 0.56 0.00
HSL 341.47º 0.99% 0.6% -
HSV(B) 341.47º 0.8% 1% -
XYZ 44.99 24.54 17.99 -
YUV 118.18 125.09 224.88 -
System Red Green Blue C M Y K H S L
Decimal 254 50 113 0 0.80 0.56 0.00 341.47 0.99 0.6
Hex FE 32 71 0 50 38 0 155 63 3C
Octal 376 62 161 0 120 70 0 525 143 74
Binary 11111110 110010 1110001 0 1010000 111000 0 101010101 1100011 111100

Color Harmonies of #FE3271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3271

Black with #FE3271

Text Example


Text Example

White with #FE3271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3271; }

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

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

background-color css

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

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

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

border-color css

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

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

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