Html Css Color HEX #FF2573 Radical Red

📋 copy color: '#FF2573'

red 255 ◦ green 37 ◦ blue 115

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

Shades of Radical Red #FF2573

Tints of Radical Red #FF2573

RGB

 RED value IS 255 (100% from 255) = 62.65%

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

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

R = 62.65%
G = 9.09%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#FF2573 (or 0xFF2573) is known color: Radical Red. HEX triplet: FF, 25 and 73. RGB value is (255,37,115). Sum of RGB (Red+Green+Blue) = 255+37+115=407 (53% of max value = 765). Red value is 255 (100% from 255 or 62.65% from 407); Green value is 37 (14.84% from 255 or 9.09% from 407); Blue value is 115 (45.31% from 255 or 28.26% from 407); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2573 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2573 is #00DA8C. Grayscale: #6E6E6E. Windows color (decimal): -55949 or 7546367. OLE color: 7546367.

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

Color convert

RGB 255 37 115 -
CMYK 0 0.85 0.55 0
HSL 338.53º 1% 0.57% -
HSV(B) 338.53º 0.85% 1% -
XYZ 45 23.82 18.45 -
YUV 111.07 130.22 230.66 -
System Red Green Blue C M Y K H S L
Decimal 255 37 115 0 0.85 0.55 0 338.53 1 0.57
Hex FF 25 73 0 55 37 0 153 64 39
Octal 377 45 163 0 125 67 0 523 144 71
Binary 11111111 100101 1110011 0 1010101 110111 0 101010011 1100100 111001

Color Harmonies of #FF2573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2573

Black with #FF2573

Text Example


Text Example

White with #FF2573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2573; }

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

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

background-color css

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

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

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

border-color css

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

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

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