Html Css Color HEX #FF2473 Radical Red

📋 copy color: '#FF2473'

red 255 ◦ green 36 ◦ blue 115

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

Shades of Radical Red #FF2473

Tints of Radical Red #FF2473

RGB

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

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

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

R = 62.81%
G = 8.87%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#FF2473 (or 0xFF2473) is known color: Radical Red. HEX triplet: FF, 24 and 73. RGB value is (255,36,115). Sum of RGB (Red+Green+Blue) = 255+36+115=406 (53% of max value = 765). Red value is 255 (100% from 255 or 62.81% from 406); Green value is 36 (14.45% from 255 or 8.87% from 406); Blue value is 115 (45.31% from 255 or 28.33% from 406); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2473 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2473 is #00DB8C. Grayscale: #6E6E6E. Windows color (decimal): -56205 or 7546111. OLE color: 7546111.

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

Color convert

RGB 255 36 115 -
CMYK 0 0.86 0.55 0
HSL 338.36º 1% 0.57% -
HSV(B) 338.36º 0.86% 1% -
XYZ 44.97 23.76 18.44 -
YUV 110.49 130.55 231.08 -
System Red Green Blue C M Y K H S L
Decimal 255 36 115 0 0.86 0.55 0 338.36 1 0.57
Hex FF 24 73 0 56 37 0 152 64 39
Octal 377 44 163 0 126 67 0 522 144 71
Binary 11111111 100100 1110011 0 1010110 110111 0 101010010 1100100 111001

Color Harmonies of #FF2473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2473

Black with #FF2473

Text Example


Text Example

White with #FF2473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2473; }

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

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

background-color css

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

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

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

border-color css

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

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

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