#FF3772

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

Shades of Radical Red #FF3772

Tints of Radical Red #FF3772

Color information

#FF3772 (or 0xFF3772) is unknown color: approx Radical Red. HEX triplet: FF, 37 and 72. RGB value is (255,55,114). Sum of RGB (Red+Green+Blue) = 255+55+114=424 (56% of max value = 765). Red value is 255 (100% from 255 or 60.14% from 424); Green value is 55 (21.88% from 255 or 12.97% from 424); Blue value is 114 (44.92% from 255 or 26.89% from 424); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3772 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3772 is #00C88D. Grayscale: #797979. Windows color (decimal): -51342 or 7485439. OLE color: 7485439.

HSL color Cylindrical-coordinate representation of color #FF3772: hue angle of 342.3º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FF3772 is Cyan = 0, Magento = 0.78, Yellow = 0.55 and Black (K on CMYK) = 0.

Color convert

RGB25555114-
CMYK00.780.550
HSL342.3º100%60.78%-
HSV(B)342.3º78.43%100%-
XYZ45.6425.2118.38-
YUV121.53123.76223.2-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 60.14%
GREEN value IS 55 (21.88% from 255) = 12.97%
BLUE value IS 114 (44.92% from 255) = 26.89%
R=60.14%
G=12.97%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2555511400.780.550342.310060.78
HexFF377204E370156643d
Octal37767162011667052614475
Binary1111111111011111100100100111011011101010101101100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF3772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF3772; }

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

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

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

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

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

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

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

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