#FF3372

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

Shades of Radical Red #FF3372

Tints of Radical Red #FF3372

Color information

#FF3372 (or 0xFF3372) is unknown color: approx Radical Red. HEX triplet: FF, 33 and 72. RGB value is (255,51,114). Sum of RGB (Red+Green+Blue) = 255+51+114=420 (55% of max value = 765). Red value is 255 (100% from 255 or 60.71% from 420); Green value is 51 (20.31% from 255 or 12.14% from 420); Blue value is 114 (44.92% from 255 or 27.14% from 420); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3372 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3372 is #00CC8D. Grayscale: #777777. Windows color (decimal): -52366 or 7484415. OLE color: 7484415.

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

Color convert

RGB25551114-
CMYK00.80.550
HSL341.47º100%60%-
HSV(B)341.47º80%100%-
XYZ45.4624.8418.32-
YUV119.18125.09224.88-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 60.71%
GREEN value IS 51 (20.31% from 255) = 12.14%
BLUE value IS 114 (44.92% from 255) = 27.14%
R=60.71%
G=12.14%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2555111400.80.550341.4710060
HexFF3372050370155643c
Octal37763162012067052514474
Binary1111111111001111100100101000011011101010101011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF3372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF3372; }

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

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

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

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

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

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

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

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