#FF2C6B

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

Shades of Radical Red #FF2C6B

Tints of Radical Red #FF2C6B

Color information

#FF2C6B (or 0xFF2C6B) is unknown color: approx Radical Red. HEX triplet: FF, 2C and 6B. RGB value is (255,44,107). Sum of RGB (Red+Green+Blue) = 255+44+107=406 (53% of max value = 765). Red value is 255 (100% from 255 or 62.81% from 406); Green value is 44 (17.58% from 255 or 10.84% from 406); Blue value is 107 (42.19% from 255 or 26.35% from 406); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2C6B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2C6B is #00D394. Grayscale: #727272. Windows color (decimal): -54165 or 7023871. OLE color: 7023871.

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

Color convert

RGB25544107-
CMYK00.830.580
HSL342.09º100%58.63%-
HSV(B)342.09º82.75%100%-
XYZ44.7924.1216.21-
YUV114.27123.9228.38-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 62.81%
GREEN value IS 44 (17.58% from 255) = 10.84%
BLUE value IS 107 (42.19% from 255) = 26.35%
R=62.81%
G=10.84%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.58
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2554410700.830.580342.0910058.63
HexFF2C6B0533A0156643b
Octal37754153012372052614473
Binary1111111110110011010110101001111101001010101101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF2C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF2C6B; }

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

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

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

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

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

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

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

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