#FF3365

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

Shades of Radical Red #FF3365

Tints of Radical Red #FF3365

Color information

#FF3365 (or 0xFF3365) is unknown color: approx Radical Red. HEX triplet: FF, 33 and 65. RGB value is (255,51,101). Sum of RGB (Red+Green+Blue) = 255+51+101=407 (53% of max value = 765). Red value is 255 (100% from 255 or 62.65% from 407); Green value is 51 (20.31% from 255 or 12.53% from 407); Blue value is 101 (39.84% from 255 or 24.82% from 407); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3365 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3365 is #00CC9A. Grayscale: #757575. Windows color (decimal): -52379 or 6632447. OLE color: 6632447.

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

Color convert

RGB25551101-
CMYK00.80.600
HSL345.29º100%60%-
HSV(B)345.29º80%100%-
XYZ44.7724.5714.69-
YUV117.7118.59225.93-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 62.65%
GREEN value IS 51 (20.31% from 255) = 12.53%
BLUE value IS 101 (39.84% from 255) = 24.82%
R=62.65%
G=12.53%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.60
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2555110100.80.600345.2910060
HexFF33650503C0159643c
Octal37763145012074053114474
Binary1111111111001111001010101000011110001010110011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF3365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF3365; }

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

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

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

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

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

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

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

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