#FF335B

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

Shades of Radical Red #FF335B

Tints of Radical Red #FF335B

Color information

#FF335B (or 0xFF335B) is unknown color: approx Radical Red. HEX triplet: FF, 33 and 5B. RGB value is (255,51,91). Sum of RGB (Red+Green+Blue) = 255+51+91=397 (52% of max value = 765). Red value is 255 (100% from 255 or 64.23% from 397); Green value is 51 (20.31% from 255 or 12.85% from 397); Blue value is 91 (35.94% from 255 or 22.92% from 397); Max value from RGB is 255 - color contains mainly: red. Hex color #FF335B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF335B is #00CCA4. Grayscale: #747474. Windows color (decimal): -52389 or 5977087. OLE color: 5977087.

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

Color convert

RGB2555191-
CMYK00.80.640
HSL348.24º100%60%-
HSV(B)348.24º80%100%-
XYZ44.3124.3812.27-
YUV116.56113.59226.75-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 64.23%
GREEN value IS 51 (20.31% from 255) = 12.85%
BLUE value IS 91 (35.94% from 255) = 22.92%
R=64.23%
G=12.85%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255519100.80.640348.2410060
HexFF335B05040015c643c
Octal377631330120100053414474
Binary11111111110011101101101010000100000001010111001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF335B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF335B; }

 p { color: rgb(255,51,91); }

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

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

 a { background-color: rgb(255,51,91); }

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

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

 span { border-color: rgb(255,51,91); }

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