Html Css Color HEX #FF2E71 Radical Red

📋 copy color: '#FF2E71'

red 255 ◦ green 46 ◦ blue 113

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

Shades of Radical Red #FF2E71

Tints of Radical Red #FF2E71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 27.29%

R = 61.59%
G = 11.11%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FF2E71 (or 0xFF2E71) is known color: Radical Red. HEX triplet: FF, 2E and 71. RGB value is (255,46,113). Sum of RGB (Red+Green+Blue) = 255+46+113=414 (54% of max value = 765). Red value is 255 (100% from 255 or 61.59% from 414); Green value is 46 (18.36% from 255 or 11.11% from 414); Blue value is 113 (44.53% from 255 or 27.29% from 414); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2E71 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2E71 is #00D18E. Grayscale: #747474. Windows color (decimal): -53647 or 7417599. OLE color: 7417599.

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

Color convert

RGB 255 46 113 -
CMYK 0 0.82 0.56 0
HSL 340.77º 1% 0.59% -
HSV(B) 340.77º 0.82% 1% -
XYZ 45.2 24.41 17.95 -
YUV 116.13 126.24 227.05 -
System Red Green Blue C M Y K H S L
Decimal 255 46 113 0 0.82 0.56 0 340.77 1 0.59
Hex FF 2E 71 0 52 38 0 155 64 3B
Octal 377 56 161 0 122 70 0 525 144 73
Binary 11111111 101110 1110001 0 1010010 111000 0 101010101 1100100 111011

Color Harmonies of #FF2E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2E71

Black with #FF2E71

Text Example


Text Example

White with #FF2E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2E71; }

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

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

background-color css

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

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

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

border-color css

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

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

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