Html Css Color HEX #FF2E77 Radical Red

📋 copy color: '#FF2E77'

red 255 ◦ green 46 ◦ blue 119

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

Shades of Radical Red #FF2E77

Tints of Radical Red #FF2E77

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.95%

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

R = 60.71%
G = 10.95%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.53

 K value IS 0

RGB Variations

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

Color information

#FF2E77 (or 0xFF2E77) is known color: Radical Red. HEX triplet: FF, 2E and 77. RGB value is (255,46,119). Sum of RGB (Red+Green+Blue) = 255+46+119=420 (55% of max value = 765). Red value is 255 (100% from 255 or 60.71% from 420); Green value is 46 (18.36% from 255 or 10.95% from 420); Blue value is 119 (46.88% from 255 or 28.33% from 420); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2E77 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2E77 is #00D188. Grayscale: #747474. Windows color (decimal): -53641 or 7810815. OLE color: 7810815.

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

Color convert

RGB 255 46 119 -
CMYK 0 0.82 0.53 0
HSL 339.04º 1% 0.59% -
HSV(B) 339.04º 0.82% 1% -
XYZ 45.55 24.55 19.79 -
YUV 116.81 129.24 226.56 -
System Red Green Blue C M Y K H S L
Decimal 255 46 119 0 0.82 0.53 0 339.04 1 0.59
Hex FF 2E 77 0 52 35 0 153 64 3B
Octal 377 56 167 0 122 65 0 523 144 73
Binary 11111111 101110 1110111 0 1010010 110101 0 101010011 1100100 111011

Color Harmonies of #FF2E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2E77

Black with #FF2E77

Text Example


Text Example

White with #FF2E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2E77; }

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

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

background-color css

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

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

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

border-color css

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

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

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