#FF2B6B

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

Shades of Radical Red #FF2B6B

Tints of Radical Red #FF2B6B

Color information

#FF2B6B (or 0xFF2B6B) is unknown color: approx Radical Red. HEX triplet: FF, 2B and 6B. RGB value is (255,43,107). Sum of RGB (Red+Green+Blue) = 255+43+107=405 (53% of max value = 765). Red value is 255 (100% from 255 or 62.96% from 405); Green value is 43 (17.19% from 255 or 10.62% from 405); Blue value is 107 (42.19% from 255 or 26.42% from 405); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2B6B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2B6B is #00D494. Grayscale: #717171. Windows color (decimal): -54421 or 7023615. OLE color: 7023615.

HSL color Cylindrical-coordinate representation of color #FF2B6B: hue angle of 341.89º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FF2B6B is Cyan = 0, Magento = 0.83, Yellow = 0.58 and Black (K on CMYK) = 0.

Color convert

RGB25543107-
CMYK00.830.580
HSL341.89º100%58.43%-
HSV(B)341.89º83.14%100%-
XYZ44.7624.0516.19-
YUV113.68124.24228.8-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 62.96%
GREEN value IS 43 (17.19% from 255) = 10.62%
BLUE value IS 107 (42.19% from 255) = 26.42%
R=62.96%
G=10.62%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.58
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2554310700.830.580341.8910058.43
HexFF2B6B0533A0156643a
Octal37753153012372052614472
Binary1111111110101111010110101001111101001010101101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF2B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF2B6B; }

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

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

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

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

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

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

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

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