#FF2E6D

Color #FF2E6D Radical Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Radical Red #FF2E6D

Tints of Radical Red #FF2E6D

Color information

#FF2E6D (or 0xFF2E6D) is unknown color: approx Radical Red. HEX triplet: FF, 2E and 6D. RGB value is (255,46,109). Sum of RGB (Red+Green+Blue) = 255+46+109=410 (54% of max value = 765). Red value is 255 (100% from 255 or 62.20% from 410); Green value is 46 (18.36% from 255 or 11.22% from 410); Blue value is 109 (42.97% from 255 or 26.59% from 410); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2E6D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2E6D is #00D192. Grayscale: #737373. Windows color (decimal): -53651 or 7155455. OLE color: 7155455.

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

Color convert

RGB25546109-
CMYK00.820.570
HSL341.91º100%59.02%-
HSV(B)341.91º81.96%100%-
XYZ44.9824.3216.79-
YUV115.67124.24227.38-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 62.20%
GREEN value IS 46 (18.36% from 255) = 11.22%
BLUE value IS 109 (42.97% from 255) = 26.59%
R=62.20%
G=11.22%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.57
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2554610900.820.570341.9110059.02
HexFF2E6D052390156643b
Octal37756155012271052614473
Binary1111111110111011011010101001011100101010101101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF2E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF2E6D; }

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

 H1.HeaderClassName
 {
   color: #FF2E6D;
 }
 .AnyTagClassName
 {
   color: #FF2E6D;
 }
</style>
background-color css

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

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

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

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

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

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