#FF3370

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

Shades of Radical Red #FF3370

Tints of Radical Red #FF3370

Color information

#FF3370 (or 0xFF3370) is unknown color: approx Radical Red. HEX triplet: FF, 33 and 70. RGB value is (255,51,112). Sum of RGB (Red+Green+Blue) = 255+51+112=418 (55% of max value = 765). Red value is 255 (100% from 255 or 61.00% from 418); Green value is 51 (20.31% from 255 or 12.20% from 418); Blue value is 112 (44.14% from 255 or 26.79% from 418); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3370 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3370 is #00CC8F. Grayscale: #767676. Windows color (decimal): -52368 or 7353343. OLE color: 7353343.

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

Color convert

RGB25551112-
CMYK00.80.560
HSL342.06º100%60%-
HSV(B)342.06º80%100%-
XYZ45.3524.817.73-
YUV118.95124.09225.04-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 61.00%
GREEN value IS 51 (20.31% from 255) = 12.20%
BLUE value IS 112 (44.14% from 255) = 26.79%
R=61.00%
G=12.20%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2555111200.80.560342.0610060
HexFF3370050380156643c
Octal37763160012070052614474
Binary1111111111001111100000101000011100001010101101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF3370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF3370; }

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

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

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

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

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

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

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

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