#FF355E

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

Shades of Radical Red #FF355E

Tints of Radical Red #FF355E

Color information

#FF355E (or 0xFF355E) is unknown color: approx Radical Red. HEX triplet: FF, 35 and 5E. RGB value is (255,53,94). Sum of RGB (Red+Green+Blue) = 255+53+94=402 (53% of max value = 765). Red value is 255 (100% from 255 or 63.43% from 402); Green value is 53 (21.09% from 255 or 13.18% from 402); Blue value is 94 (37.11% from 255 or 23.38% from 402); Max value from RGB is 255 - color contains mainly: red. Hex color #FF355E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF355E is #00CAA1. Grayscale: #767676. Windows color (decimal): -51874 or 6174207. OLE color: 6174207.

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

Color convert

RGB2555394-
CMYK00.790.630
HSL347.82º100%60.39%-
HSV(B)347.82º79.22%100%-
XYZ44.5324.6112.99-
YUV118.07114.42225.67-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 63.43%
GREEN value IS 53 (21.09% from 255) = 13.18%
BLUE value IS 94 (37.11% from 255) = 23.38%
R=63.43%
G=13.18%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.63
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255539400.790.630347.8210060.39
HexFF355E04F3F015c643c
Octal37765136011777053414474
Binary1111111111010110111100100111111111101010111001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF355E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF355E; }

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

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

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

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

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

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

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

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