#FF3361

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

Shades of Radical Red #FF3361

Tints of Radical Red #FF3361

Color information

#FF3361 (or 0xFF3361) is unknown color: approx Radical Red. HEX triplet: FF, 33 and 61. RGB value is (255,51,97). Sum of RGB (Red+Green+Blue) = 255+51+97=403 (53% of max value = 765). Red value is 255 (100% from 255 or 63.28% from 403); Green value is 51 (20.31% from 255 or 12.66% from 403); Blue value is 97 (38.28% from 255 or 24.07% from 403); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3361 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3361 is #00CC9E. Grayscale: #757575. Windows color (decimal): -52383 or 6370303. OLE color: 6370303.

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

Color convert

RGB2555197-
CMYK00.80.620
HSL346.47º100%60%-
HSV(B)346.47º80%100%-
XYZ44.5824.4913.69-
YUV117.24116.59226.26-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 63.28%
GREEN value IS 51 (20.31% from 255) = 12.66%
BLUE value IS 97 (38.28% from 255) = 24.07%
R=63.28%
G=12.66%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.62
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255519700.80.620346.4710060
HexFF33610503E015a643c
Octal37763141012076053214474
Binary1111111111001111000010101000011111001010110101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF3361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF3361; }

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

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

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

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

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

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

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

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