Html Css Color HEX #FF2C73 Radical Red

📋 copy color: '#FF2C73'

red 255 ◦ green 44 ◦ blue 115

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

Shades of Radical Red #FF2C73

Tints of Radical Red #FF2C73

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.63%

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

R = 61.59%
G = 10.63%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#FF2C73 (or 0xFF2C73) is known color: Radical Red. HEX triplet: FF, 2C and 73. RGB value is (255,44,115). Sum of RGB (Red+Green+Blue) = 255+44+115=414 (54% of max value = 765). Red value is 255 (100% from 255 or 61.59% from 414); Green value is 44 (17.58% from 255 or 10.63% from 414); Blue value is 115 (45.31% from 255 or 27.78% from 414); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2C73 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2C73 is #00D38C. Grayscale: #737373. Windows color (decimal): -54157 or 7548159. OLE color: 7548159.

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

Color convert

RGB 255 44 115 -
CMYK 0 0.83 0.55 0
HSL 339.81º 1% 0.59% -
HSV(B) 339.81º 0.83% 1% -
XYZ 45.24 24.3 18.53 -
YUV 115.18 127.9 227.73 -
System Red Green Blue C M Y K H S L
Decimal 255 44 115 0 0.83 0.55 0 339.81 1 0.59
Hex FF 2C 73 0 53 37 0 154 64 3B
Octal 377 54 163 0 123 67 0 524 144 73
Binary 11111111 101100 1110011 0 1010011 110111 0 101010100 1100100 111011

Color Harmonies of #FF2C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2C73

Black with #FF2C73

Text Example


Text Example

White with #FF2C73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2C73; }

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

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

background-color css

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

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

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

border-color css

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

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

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