#FF315C

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

Shades of Radical Red #FF315C

Tints of Radical Red #FF315C

Color information

#FF315C (or 0xFF315C) is unknown color: approx Radical Red. HEX triplet: FF, 31 and 5C. RGB value is (255,49,92). Sum of RGB (Red+Green+Blue) = 255+49+92=396 (52% of max value = 765). Red value is 255 (100% from 255 or 64.39% from 396); Green value is 49 (19.53% from 255 or 12.37% from 396); Blue value is 92 (36.33% from 255 or 23.23% from 396); Max value from RGB is 255 - color contains mainly: red. Hex color #FF315C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF315C is #00CEA3. Grayscale: #737373. Windows color (decimal): -52900 or 6042111. OLE color: 6042111.

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

Color convert

RGB2554992-
CMYK00.810.640
HSL347.48º100%59.61%-
HSV(B)347.48º80.78%100%-
XYZ44.2724.2312.47-
YUV115.5114.75227.5-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 64.39%
GREEN value IS 49 (19.53% from 255) = 12.37%
BLUE value IS 92 (36.33% from 255) = 23.23%
R=64.39%
G=12.37%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255499200.810.640347.4810059.61
HexFF315C05140015b643c
Octal377611340121100053314474
Binary11111111110001101110001010001100000001010110111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF315C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF315C; }

 p { color: rgb(255,49,92); }

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

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

 a { background-color: rgb(255,49,92); }

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

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

 span { border-color: rgb(255,49,92); }

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