#FF2A6C

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

Shades of Radical Red #FF2A6C

Tints of Radical Red #FF2A6C

Color information

#FF2A6C (or 0xFF2A6C) is unknown color: approx Radical Red. HEX triplet: FF, 2A and 6C. RGB value is (255,42,108). Sum of RGB (Red+Green+Blue) = 255+42+108=405 (53% of max value = 765). Red value is 255 (100% from 255 or 62.96% from 405); Green value is 42 (16.80% from 255 or 10.37% from 405); Blue value is 108 (42.58% from 255 or 26.67% from 405); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2A6C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2A6C is #00D593. Grayscale: #717171. Windows color (decimal): -54676 or 7088895. OLE color: 7088895.

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

Color convert

RGB25542108-
CMYK00.840.580
HSL341.41º100%58.24%-
HSV(B)341.41º83.53%100%-
XYZ44.772416.46-
YUV113.21125.07229.13-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 62.96%
GREEN value IS 42 (16.80% from 255) = 10.37%
BLUE value IS 108 (42.58% from 255) = 26.67%
R=62.96%
G=10.37%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.58
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2554210800.840.580341.4110058.24
HexFF2A6C0543A0155643a
Octal37752154012472052514472
Binary1111111110101011011000101010011101001010101011100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF2A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF2A6C; }

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

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

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

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

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

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

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

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