#FF3362

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

Shades of Radical Red #FF3362

Tints of Radical Red #FF3362

Color information

#FF3362 (or 0xFF3362) is unknown color: approx Radical Red. HEX triplet: FF, 33 and 62. RGB value is (255,51,98). Sum of RGB (Red+Green+Blue) = 255+51+98=404 (53% of max value = 765). Red value is 255 (100% from 255 or 63.12% from 404); Green value is 51 (20.31% from 255 or 12.62% from 404); Blue value is 98 (38.67% from 255 or 24.26% from 404); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3362 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3362 is #00CC9D. Grayscale: #757575. Windows color (decimal): -52382 or 6435839. OLE color: 6435839.

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

Color convert

RGB2555198-
CMYK00.80.620
HSL346.18º100%60%-
HSV(B)346.18º80%100%-
XYZ44.6324.5113.93-
YUV117.35117.09226.18-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 63.12%
GREEN value IS 51 (20.31% from 255) = 12.62%
BLUE value IS 98 (38.67% from 255) = 24.26%
R=63.12%
G=12.62%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.62
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255519800.80.620346.1810060
HexFF33620503E015a643c
Octal37763142012076053214474
Binary1111111111001111000100101000011111001010110101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF3362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF3362; }

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

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

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

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

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

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

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

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