#FF335C

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

Shades of Radical Red #FF335C

Tints of Radical Red #FF335C

Color information

#FF335C (or 0xFF335C) is unknown color: approx Radical Red. HEX triplet: FF, 33 and 5C. RGB value is (255,51,92). Sum of RGB (Red+Green+Blue) = 255+51+92=398 (52% of max value = 765). Red value is 255 (100% from 255 or 64.07% from 398); Green value is 51 (20.31% from 255 or 12.81% from 398); Blue value is 92 (36.33% from 255 or 23.12% from 398); Max value from RGB is 255 - color contains mainly: red. Hex color #FF335C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF335C is #00CCA3. Grayscale: #747474. Windows color (decimal): -52388 or 6042623. OLE color: 6042623.

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

Color convert

RGB2555192-
CMYK00.80.640
HSL347.94º100%60%-
HSV(B)347.94º80%100%-
XYZ44.3624.412.5-
YUV116.67114.09226.67-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 64.07%
GREEN value IS 51 (20.31% from 255) = 12.81%
BLUE value IS 92 (36.33% from 255) = 23.12%
R=64.07%
G=12.81%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255519200.80.640347.9410060
HexFF335C05040015c643c
Octal377631340120100053414474
Binary11111111110011101110001010000100000001010111001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF335C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF335C; }

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

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

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

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

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

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

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

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