#FF2C6A

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

Shades of Radical Red #FF2C6A

Tints of Radical Red #FF2C6A

Color information

#FF2C6A (or 0xFF2C6A) is unknown color: approx Radical Red. HEX triplet: FF, 2C and 6A. RGB value is (255,44,106). Sum of RGB (Red+Green+Blue) = 255+44+106=405 (53% of max value = 765). Red value is 255 (100% from 255 or 62.96% from 405); Green value is 44 (17.58% from 255 or 10.86% from 405); Blue value is 106 (41.80% from 255 or 26.17% from 405); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2C6A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2C6A is #00D395. Grayscale: #727272. Windows color (decimal): -54166 or 6958335. OLE color: 6958335.

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

Color convert

RGB25544106-
CMYK00.830.580
HSL342.37º100%58.63%-
HSV(B)342.37º82.75%100%-
XYZ44.7424.115.93-
YUV114.16123.4228.46-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 62.96%
GREEN value IS 44 (17.58% from 255) = 10.86%
BLUE value IS 106 (41.80% from 255) = 26.17%
R=62.96%
G=10.86%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.58
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2554410600.830.580342.3710058.63
HexFF2C6A0533A0156643b
Octal37754152012372052614473
Binary1111111110110011010100101001111101001010101101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF2C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF2C6A; }

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

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

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

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

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

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

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

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