#FF2E65

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

Shades of Radical Red #FF2E65

Tints of Radical Red #FF2E65

Color information

#FF2E65 (or 0xFF2E65) is unknown color: approx Radical Red. HEX triplet: FF, 2E and 65. RGB value is (255,46,101). Sum of RGB (Red+Green+Blue) = 255+46+101=402 (53% of max value = 765). Red value is 255 (100% from 255 or 63.43% from 402); Green value is 46 (18.36% from 255 or 11.44% from 402); Blue value is 101 (39.84% from 255 or 25.12% from 402); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2E65 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2E65 is #00D19A. Grayscale: #727272. Windows color (decimal): -53659 or 6631167. OLE color: 6631167.

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

Color convert

RGB25546101-
CMYK00.820.600
HSL344.21º100%59.02%-
HSV(B)344.21º81.96%100%-
XYZ44.5724.1514.63-
YUV114.76120.24228.03-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 63.43%
GREEN value IS 46 (18.36% from 255) = 11.44%
BLUE value IS 101 (39.84% from 255) = 25.12%
R=63.43%
G=11.44%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.60
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2554610100.820.600344.2110059.02
HexFF2E650523C0158643b
Octal37756145012274053014473
Binary1111111110111011001010101001011110001010110001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF2E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF2E65; }

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

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

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

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

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

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

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

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