Html Css Color HEX #FE2573 Radical Red

📋 copy color: '#FE2573'

red 254 ◦ green 37 ◦ blue 115

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

Shades of Radical Red #FE2573

Tints of Radical Red #FE2573

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.11%

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

R = 62.56%
G = 9.11%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.55

 K value IS 0.00

RGB Variations

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

Color information

#FE2573 (or 0xFE2573) is known color: Radical Red. HEX triplet: FE, 25 and 73. RGB value is (254,37,115). Sum of RGB (Red+Green+Blue) = 254+37+115=406 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.56% from 406); Green value is 37 (14.84% from 255 or 9.11% from 406); Blue value is 115 (45.31% from 255 or 28.33% from 406); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2573 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2573 is #01DA8C. Grayscale: #6E6E6E. Windows color (decimal): -121485 or 7546366. OLE color: 7546366.

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

Color convert

RGB 254 37 115 -
CMYK 0 0.85 0.55 0.00
HSL 338.43º 0.99% 0.57% -
HSV(B) 338.43º 0.85% 1% -
XYZ 44.63 23.63 18.43 -
YUV 110.78 130.39 230.16 -
System Red Green Blue C M Y K H S L
Decimal 254 37 115 0 0.85 0.55 0.00 338.43 0.99 0.57
Hex FE 25 73 0 55 37 0 152 63 39
Octal 376 45 163 0 125 67 0 522 143 71
Binary 11111110 100101 1110011 0 1010101 110111 0 101010010 1100011 111001

Color Harmonies of #FE2573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2573

Black with #FE2573

Text Example


Text Example

White with #FE2573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2573; }

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

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

background-color css

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

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

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

border-color css

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

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

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