#FF3376

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

Shades of Radical Red #FF3376

Tints of Radical Red #FF3376

Color information

#FF3376 (or 0xFF3376) is unknown color: approx Radical Red. HEX triplet: FF, 33 and 76. RGB value is (255,51,118). Sum of RGB (Red+Green+Blue) = 255+51+118=424 (56% of max value = 765). Red value is 255 (100% from 255 or 60.14% from 424); Green value is 51 (20.31% from 255 or 12.03% from 424); Blue value is 118 (46.48% from 255 or 27.83% from 424); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3376 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3376 is #00CC89. Grayscale: #777777. Windows color (decimal): -52362 or 7746559. OLE color: 7746559.

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

Color convert

RGB25551118-
CMYK00.80.540
HSL340.29º100%60%-
HSV(B)340.29º80%100%-
XYZ45.6924.9419.54-
YUV119.63127.09224.55-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 60.14%
GREEN value IS 51 (20.31% from 255) = 12.03%
BLUE value IS 118 (46.48% from 255) = 27.83%
R=60.14%
G=12.03%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.54
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2555111800.80.540340.2910060
HexFF3376050360154643c
Octal37763166012066052414474
Binary1111111111001111101100101000011011001010101001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF3376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF3376; }

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

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

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

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

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

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

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

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