#FF325A

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

Shades of Radical Red #FF325A

Tints of Radical Red #FF325A

Color information

#FF325A (or 0xFF325A) is unknown color: approx Radical Red. HEX triplet: FF, 32 and 5A. RGB value is (255,50,90). Sum of RGB (Red+Green+Blue) = 255+50+90=395 (52% of max value = 765). Red value is 255 (100% from 255 or 64.56% from 395); Green value is 50 (19.92% from 255 or 12.66% from 395); Blue value is 90 (35.55% from 255 or 22.78% from 395); Max value from RGB is 255 - color contains mainly: red. Hex color #FF325A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF325A is #00CDA5. Grayscale: #737373. Windows color (decimal): -52646 or 5911295. OLE color: 5911295.

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

Color convert

RGB2555090-
CMYK00.800.650
HSL348.29º100%59.8%-
HSV(B)348.29º80.39%100%-
XYZ44.2324.2812.03-
YUV115.85113.42227.25-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 64.56%
GREEN value IS 50 (19.92% from 255) = 12.66%
BLUE value IS 90 (35.55% from 255) = 22.78%
R=64.56%
G=12.66%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.65
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255509000.800.650348.2910059.8
HexFF325A05041015c643c
Octal377621320120101053414474
Binary11111111110010101101001010000100000101010111001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF325A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF325A; }

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

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

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

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

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

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

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

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