#FF3369

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

Shades of Radical Red #FF3369

Tints of Radical Red #FF3369

Color information

#FF3369 (or 0xFF3369) is unknown color: approx Radical Red. HEX triplet: FF, 33 and 69. RGB value is (255,51,105). Sum of RGB (Red+Green+Blue) = 255+51+105=411 (54% of max value = 765). Red value is 255 (100% from 255 or 62.04% from 411); Green value is 51 (20.31% from 255 or 12.41% from 411); Blue value is 105 (41.41% from 255 or 25.55% from 411); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3369 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3369 is #00CC96. Grayscale: #767676. Windows color (decimal): -52375 or 6894591. OLE color: 6894591.

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

Color convert

RGB25551105-
CMYK00.80.590
HSL344.12º100%60%-
HSV(B)344.12º80%100%-
XYZ44.9724.6515.75-
YUV118.15120.59225.61-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 62.04%
GREEN value IS 51 (20.31% from 255) = 12.41%
BLUE value IS 105 (41.41% from 255) = 25.55%
R=62.04%
G=12.41%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.59
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2555110500.80.590344.1210060
HexFF33690503B0158643c
Octal37763151012073053014474
Binary1111111111001111010010101000011101101010110001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF3369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF3369; }

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

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

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

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

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

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

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

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