Html Css Color HEX #FF2C79 Radical Red

📋 copy color: '#FF2C79'

red 255 ◦ green 44 ◦ blue 121

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

Shades of Radical Red #FF2C79

Tints of Radical Red #FF2C79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 28.81%

R = 60.71%
G = 10.48%
B = 28.81%

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

#FF2C79 (or 0xFF2C79) is known color: Radical Red. HEX triplet: FF, 2C and 79. RGB value is (255,44,121). Sum of RGB (Red+Green+Blue) = 255+44+121=420 (55% of max value = 765). Red value is 255 (100% from 255 or 60.71% from 420); Green value is 44 (17.58% from 255 or 10.48% from 420); Blue value is 121 (47.66% from 255 or 28.81% from 420); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2C79 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2C79 is #00D386. Grayscale: #737373. Windows color (decimal): -54151 or 7941375. OLE color: 7941375.

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

Color convert

RGB 255 44 121 -
CMYK 0 0.83 0.53 0
HSL 338.1º 1% 0.59% -
HSV(B) 338.1º 0.83% 1% -
XYZ 45.59 24.44 20.4 -
YUV 115.87 130.9 227.24 -
System Red Green Blue C M Y K H S L
Decimal 255 44 121 0 0.83 0.53 0 338.1 1 0.59
Hex FF 2C 79 0 53 35 0 152 64 3B
Octal 377 54 171 0 123 65 0 522 144 73
Binary 11111111 101100 1111001 0 1010011 110101 0 101010010 1100100 111011

Color Harmonies of #FF2C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2C79

Black with #FF2C79

Text Example


Text Example

White with #FF2C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2C79; }

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

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

background-color css

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

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

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

border-color css

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

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

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