#F74048

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

Shades of Radical Red #F74048

Tints of Radical Red #F74048

Color information

#F74048 (or 0xF74048) is unknown color: approx Radical Red. HEX triplet: F7, 40 and 48. RGB value is (247,64,72). Sum of RGB (Red+Green+Blue) = 247+64+72=383 (50% of max value = 765). Red value is 247 (96.88% from 255 or 64.49% from 383); Green value is 64 (25.39% from 255 or 16.71% from 383); Blue value is 72 (28.52% from 255 or 18.80% from 383); Max value from RGB is 247 - color contains mainly: red. Hex color #F74048 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F74048 is #08BFB7. Grayscale: #777777. Windows color (decimal): -573368 or 4735223. OLE color: 4735223.

HSL color Cylindrical-coordinate representation of color #F74048: hue angle of 357.38º 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 #F74048 is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.03.

Color convert

RGB2476472-
CMYK00.740.710.03
HSL357.38º91.96%60.98%-
HSV(B)357.38º74.09%96.86%-
XYZ41.3623.918.57-
YUV119.63101.13218.85-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 64.49%
GREEN value IS 64 (25.39% from 255) = 16.71%
BLUE value IS 72 (28.52% from 255) = 18.80%
R=64.49%
G=16.71%
B=18.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.71
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247647200.740.710.03357.3891.9660.98
HexF7404804A4731655c3d
Octal3671001100112107354513475
Binary1111011110000001001000010010101000111111011001011011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F74048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F74048; }

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

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

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

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

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

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

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

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