#FF3276

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

Shades of Radical Red #FF3276

Tints of Radical Red #FF3276

Color information

#FF3276 (or 0xFF3276) is unknown color: approx Radical Red. HEX triplet: FF, 32 and 76. RGB value is (255,50,118). Sum of RGB (Red+Green+Blue) = 255+50+118=423 (56% of max value = 765). Red value is 255 (100% from 255 or 60.28% from 423); Green value is 50 (19.92% from 255 or 11.82% from 423); Blue value is 118 (46.48% from 255 or 27.90% from 423); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3276 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3276 is #00CD89. Grayscale: #767676. Windows color (decimal): -52618 or 7746303. OLE color: 7746303.

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

Color convert

RGB25550118-
CMYK00.800.540
HSL340.1º100%59.8%-
HSV(B)340.1º80.39%100%-
XYZ45.6524.8519.53-
YUV119.05127.42224.97-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 60.28%
GREEN value IS 50 (19.92% from 255) = 11.82%
BLUE value IS 118 (46.48% from 255) = 27.90%
R=60.28%
G=11.82%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.54
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2555011800.800.540340.110059.8
HexFF3276050360154643c
Octal37762166012066052414474
Binary1111111111001011101100101000011011001010101001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF3276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF3276; }

 p { color: rgb(255,50,118); }

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

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

 a { background-color: rgb(255,50,118); }

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

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

 span { border-color: rgb(255,50,118); }

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