Html Css Color HEX #FF2C77 Radical Red

📋 copy color: '#FF2C77'

red 255 ◦ green 44 ◦ blue 119

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

Shades of Radical Red #FF2C77

Tints of Radical Red #FF2C77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 28.47%

R = 61%
G = 10.53%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.53

 K value IS 0

RGB Variations

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

Color information

#FF2C77 (or 0xFF2C77) is known color: Radical Red. HEX triplet: FF, 2C and 77. RGB value is (255,44,119). Sum of RGB (Red+Green+Blue) = 255+44+119=418 (55% of max value = 765). Red value is 255 (100% from 255 or 61.00% from 418); Green value is 44 (17.58% from 255 or 10.53% from 418); Blue value is 119 (46.88% from 255 or 28.47% from 418); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2C77 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2C77 is #00D388. Grayscale: #737373. Windows color (decimal): -54153 or 7810303. OLE color: 7810303.

HSL color Cylindrical-coordinate representation of color #FF2C77: hue angle of 338.67º 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 #FF2C77 is Cyan = 0, Magento = 0.83, Yellow = 0.53 and Black (K on CMYK) = 0.

Color convert

RGB 255 44 119 -
CMYK 0 0.83 0.53 0
HSL 338.67º 1% 0.59% -
HSV(B) 338.67º 0.83% 1% -
XYZ 45.47 24.39 19.76 -
YUV 115.64 129.9 227.4 -
System Red Green Blue C M Y K H S L
Decimal 255 44 119 0 0.83 0.53 0 338.67 1 0.59
Hex FF 2C 77 0 53 35 0 153 64 3B
Octal 377 54 167 0 123 65 0 523 144 73
Binary 11111111 101100 1110111 0 1010011 110101 0 101010011 1100100 111011

Color Harmonies of #FF2C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2C77

Black with #FF2C77

Text Example


Text Example

White with #FF2C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2C77; }

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

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

background-color css

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

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

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

border-color css

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

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

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