Html Css Color HEX #FE2473 Radical Red

📋 copy color: '#FE2473'

red 254 ◦ green 36 ◦ blue 115

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

Shades of Radical Red #FE2473

Tints of Radical Red #FE2473

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.89%

 BLUE value IS 115 (45.31% from 255) = 28.4%

R = 62.72%
G = 8.89%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.55

 K value IS 0.00

RGB Variations

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

Color information

#FE2473 (or 0xFE2473) is known color: Radical Red. HEX triplet: FE, 24 and 73. RGB value is (254,36,115). Sum of RGB (Red+Green+Blue) = 254+36+115=405 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.72% from 405); Green value is 36 (14.45% from 255 or 8.89% from 405); Blue value is 115 (45.31% from 255 or 28.40% from 405); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2473 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2473 is #01DB8C. Grayscale: #6E6E6E. Windows color (decimal): -121741 or 7546110. OLE color: 7546110.

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

Color convert

RGB 254 36 115 -
CMYK 0 0.86 0.55 0.00
HSL 338.26º 0.99% 0.57% -
HSV(B) 338.26º 0.86% 1% -
XYZ 44.6 23.57 18.42 -
YUV 110.19 130.72 230.58 -
System Red Green Blue C M Y K H S L
Decimal 254 36 115 0 0.86 0.55 0.00 338.26 0.99 0.57
Hex FE 24 73 0 56 37 0 152 63 39
Octal 376 44 163 0 126 67 0 522 143 71
Binary 11111110 100100 1110011 0 1010110 110111 0 101010010 1100011 111001

Color Harmonies of #FE2473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2473

Black with #FE2473

Text Example


Text Example

White with #FE2473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2473; }

 p { color: rgb(254,36,115); }

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

background-color css

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

 a { background-color: rgb(254,36,115); }

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

border-color css

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

 span { border-color: rgb(254,36,115); }

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