#FF325E

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

Shades of Radical Red #FF325E

Tints of Radical Red #FF325E

Color information

#FF325E (or 0xFF325E) is unknown color: approx Radical Red. HEX triplet: FF, 32 and 5E. RGB value is (255,50,94). Sum of RGB (Red+Green+Blue) = 255+50+94=399 (52% of max value = 765). Red value is 255 (100% from 255 or 63.91% from 399); Green value is 50 (19.92% from 255 or 12.53% from 399); Blue value is 94 (37.11% from 255 or 23.56% from 399); Max value from RGB is 255 - color contains mainly: red. Hex color #FF325E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF325E is #00CDA1. Grayscale: #747474. Windows color (decimal): -52642 or 6173439. OLE color: 6173439.

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

Color convert

RGB2555094-
CMYK00.800.630
HSL347.12º100%59.8%-
HSV(B)347.12º80.39%100%-
XYZ44.424.3512.95-
YUV116.31115.42226.92-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 63.91%
GREEN value IS 50 (19.92% from 255) = 12.53%
BLUE value IS 94 (37.11% from 255) = 23.56%
R=63.91%
G=12.53%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.63
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255509400.800.630347.1210059.8
HexFF325E0503F015b643c
Octal37762136012077053314474
Binary1111111111001010111100101000011111101010110111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF325E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF325E; }

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

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

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

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

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

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

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

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