#FF2C6C

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

Shades of Radical Red #FF2C6C

Tints of Radical Red #FF2C6C

Color information

#FF2C6C (or 0xFF2C6C) is unknown color: approx Radical Red. HEX triplet: FF, 2C and 6C. RGB value is (255,44,108). Sum of RGB (Red+Green+Blue) = 255+44+108=407 (53% of max value = 765). Red value is 255 (100% from 255 or 62.65% from 407); Green value is 44 (17.58% from 255 or 10.81% from 407); Blue value is 108 (42.58% from 255 or 26.54% from 407); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2C6C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2C6C is #00D393. Grayscale: #727272. Windows color (decimal): -54164 or 7089407. OLE color: 7089407.

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

Color convert

RGB25544108-
CMYK00.830.580
HSL341.8º100%58.63%-
HSV(B)341.8º82.75%100%-
XYZ44.8524.1416.48-
YUV114.38124.4228.3-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 62.65%
GREEN value IS 44 (17.58% from 255) = 10.81%
BLUE value IS 108 (42.58% from 255) = 26.54%
R=62.65%
G=10.81%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.58
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2554410800.830.580341.810058.63
HexFF2C6C0533A0156643b
Octal37754154012372052614473
Binary1111111110110011011000101001111101001010101101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF2C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF2C6C; }

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

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

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

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

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

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

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

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