#FF3356

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

Shades of Radical Red #FF3356

Tints of Radical Red #FF3356

Color information

#FF3356 (or 0xFF3356) is unknown color: approx Radical Red. HEX triplet: FF, 33 and 56. RGB value is (255,51,86). Sum of RGB (Red+Green+Blue) = 255+51+86=392 (51% of max value = 765). Red value is 255 (100% from 255 or 65.05% from 392); Green value is 51 (20.31% from 255 or 13.01% from 392); Blue value is 86 (33.98% from 255 or 21.94% from 392); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3356 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3356 is #00CCA9. Grayscale: #747474. Windows color (decimal): -52394 or 5649407. OLE color: 5649407.

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

Color convert

RGB2555186-
CMYK00.80.660
HSL349.71º100%60%-
HSV(B)349.71º80%100%-
XYZ44.124.311.17-
YUV115.99111.09227.15-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 65.05%
GREEN value IS 51 (20.31% from 255) = 13.01%
BLUE value IS 86 (33.98% from 255) = 21.94%
R=65.05%
G=13.01%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.66
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255518600.80.660349.7110060
HexFF335605042015e643c
Octal377631260120102053614474
Binary11111111110011101011001010000100001001010111101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF3356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF3356; }

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

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

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

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

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

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

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

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