#FF4074

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

Shades of Radical Red #FF4074

Tints of Radical Red #FF4074

Color information

#FF4074 (or 0xFF4074) is unknown color: approx Radical Red. HEX triplet: FF, 40 and 74. RGB value is (255,64,116). Sum of RGB (Red+Green+Blue) = 255+64+116=435 (57% of max value = 765). Red value is 255 (100% from 255 or 58.62% from 435); Green value is 64 (25.39% from 255 or 14.71% from 435); Blue value is 116 (45.70% from 255 or 26.67% from 435); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4074 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4074 is #00BF8B. Grayscale: #7F7F7F. Windows color (decimal): -49036 or 7618815. OLE color: 7618815.

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

Color convert

RGB25564116-
CMYK00.750.550
HSL343.66º100%62.55%-
HSV(B)343.66º74.9%100%-
XYZ46.2326.1919.14-
YUV127.04121.78219.27-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 58.62%
GREEN value IS 64 (25.39% from 255) = 14.71%
BLUE value IS 116 (45.70% from 255) = 26.67%
R=58.62%
G=14.71%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2556411600.750.550343.6610062.55
HexFF407404B370158643f
Octal377100164011367053014477
Binary11111111100000011101000100101111011101010110001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF4074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF4074; }

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

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

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

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

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

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

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

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