Html Css Color HEX #FE3071 Radical Red

📋 copy color: '#FE3071'

red 254 ◦ green 48 ◦ blue 113

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

Shades of Radical Red #FE3071

Tints of Radical Red #FE3071

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.57%

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

R = 61.2%
G = 11.57%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FE3071 (or 0xFE3071) is known color: Radical Red. HEX triplet: FE, 30 and 71. RGB value is (254,48,113). Sum of RGB (Red+Green+Blue) = 254+48+113=415 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.20% from 415); Green value is 48 (19.14% from 255 or 11.57% from 415); Blue value is 113 (44.53% from 255 or 27.23% from 415); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3071 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3071 is #01CF8E. Grayscale: #747474. Windows color (decimal): -118671 or 7418110. OLE color: 7418110.

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

Color convert

RGB 254 48 113 -
CMYK 0 0.81 0.56 0.00
HSL 341.07º 0.99% 0.59% -
HSV(B) 341.07º 0.81% 1% -
XYZ 44.91 24.38 17.96 -
YUV 117 125.75 225.71 -
System Red Green Blue C M Y K H S L
Decimal 254 48 113 0 0.81 0.56 0.00 341.07 0.99 0.59
Hex FE 30 71 0 51 38 0 155 63 3B
Octal 376 60 161 0 121 70 0 525 143 73
Binary 11111110 110000 1110001 0 1010001 111000 0 101010101 1100011 111011

Color Harmonies of #FE3071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3071

Black with #FE3071

Text Example


Text Example

White with #FE3071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3071; }

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

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

background-color css

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

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

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

border-color css

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

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

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