#F7404A

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

Shades of Radical Red #F7404A

Tints of Radical Red #F7404A

Color information

#F7404A (or 0xF7404A) is unknown color: approx Radical Red. HEX triplet: F7, 40 and 4A. RGB value is (247,64,74). Sum of RGB (Red+Green+Blue) = 247+64+74=385 (50% of max value = 765). Red value is 247 (96.88% from 255 or 64.16% from 385); Green value is 64 (25.39% from 255 or 16.62% from 385); Blue value is 74 (29.30% from 255 or 19.22% from 385); Max value from RGB is 247 - color contains mainly: red. Hex color #F7404A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7404A is #08BFB5. Grayscale: #777777. Windows color (decimal): -573366 or 4866295. OLE color: 4866295.

HSL color Cylindrical-coordinate representation of color #F7404A: hue angle of 356.72º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F7404A is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.03.

Color convert

RGB2476474-
CMYK00.740.700.03
HSL356.72º91.96%60.98%-
HSV(B)356.72º74.09%96.86%-
XYZ41.4323.948.92-
YUV119.86102.13218.69-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 64.16%
GREEN value IS 64 (25.39% from 255) = 16.62%
BLUE value IS 74 (29.30% from 255) = 19.22%
R=64.16%
G=16.62%
B=19.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.70
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247647400.740.700.03356.7291.9660.98
HexF7404A04A4631655c3d
Octal3671001120112106354513475
Binary1111011110000001001010010010101000110111011001011011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7404A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7404A; }

 p { color: rgb(247,64,74); }

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

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

 a { background-color: rgb(247,64,74); }

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

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

 span { border-color: rgb(247,64,74); }

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