#FF4072

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

Shades of Radical Red #FF4072

Tints of Radical Red #FF4072

Color information

#FF4072 (or 0xFF4072) is unknown color: approx Radical Red. HEX triplet: FF, 40 and 72. RGB value is (255,64,114). Sum of RGB (Red+Green+Blue) = 255+64+114=433 (57% of max value = 765). Red value is 255 (100% from 255 or 58.89% from 433); Green value is 64 (25.39% from 255 or 14.78% from 433); Blue value is 114 (44.92% from 255 or 26.33% from 433); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4072 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4072 is #00BF8D. Grayscale: #7E7E7E. Windows color (decimal): -49038 or 7487743. OLE color: 7487743.

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

Color convert

RGB25564114-
CMYK00.750.550
HSL344.29º100%62.55%-
HSV(B)344.29º74.9%100%-
XYZ46.1126.1418.54-
YUV126.81120.78219.43-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 58.89%
GREEN value IS 64 (25.39% from 255) = 14.78%
BLUE value IS 114 (44.92% from 255) = 26.33%
R=58.89%
G=14.78%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2556411400.750.550344.2910062.55
HexFF407204B370158643f
Octal377100162011367053014477
Binary11111111100000011100100100101111011101010110001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF4072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF4072; }

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

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

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

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

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

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

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

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