#FF4073

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

Shades of Radical Red #FF4073

Tints of Radical Red #FF4073

Color information

#FF4073 (or 0xFF4073) is unknown color: approx Radical Red. HEX triplet: FF, 40 and 73. RGB value is (255,64,115). Sum of RGB (Red+Green+Blue) = 255+64+115=434 (57% of max value = 765). Red value is 255 (100% from 255 or 58.76% from 434); Green value is 64 (25.39% from 255 or 14.75% from 434); Blue value is 115 (45.31% from 255 or 26.50% from 434); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4073 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4073 is #00BF8C. Grayscale: #7E7E7E. Windows color (decimal): -49037 or 7553279. OLE color: 7553279.

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

Color convert

RGB25564115-
CMYK00.750.550
HSL343.98º100%62.55%-
HSV(B)343.98º74.9%100%-
XYZ46.1726.1618.84-
YUV126.92121.28219.35-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 58.76%
GREEN value IS 64 (25.39% from 255) = 14.75%
BLUE value IS 115 (45.31% from 255) = 26.50%
R=58.76%
G=14.75%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2556411500.750.550343.9810062.55
HexFF407304B370158643f
Octal377100163011367053014477
Binary11111111100000011100110100101111011101010110001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF4073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF4073; }

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

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

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

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

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

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

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

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