#F74549

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

Shades of Radical Red #F74549

Tints of Radical Red #F74549

Color information

#F74549 (or 0xF74549) is unknown color: approx Radical Red. HEX triplet: F7, 45 and 49. RGB value is (247,69,73). Sum of RGB (Red+Green+Blue) = 247+69+73=389 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.50% from 389); Green value is 69 (27.34% from 255 or 17.74% from 389); Blue value is 73 (28.91% from 255 or 18.77% from 389); Max value from RGB is 247 - color contains mainly: red. Hex color #F74549 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F74549 is #08BAB6. Grayscale: #7A7A7A. Windows color (decimal): -572087 or 4802039. OLE color: 4802039.

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

Color convert

RGB2476973-
CMYK00.720.700.03
HSL358.65º91.75%61.96%-
HSV(B)358.65º72.06%96.86%-
XYZ41.6924.518.84-
YUV122.6899.97216.67-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 63.50%
GREEN value IS 69 (27.34% from 255) = 17.74%
BLUE value IS 73 (28.91% from 255) = 18.77%
R=63.50%
G=17.74%
B=18.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.70
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247697300.720.700.03358.6591.7561.96
HexF745490484631675c3e
Octal3671051110110106354713476
Binary1111011110001011001001010010001000110111011001111011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F74549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F74549; }

 p { color: rgb(247,69,73); }

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

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

 a { background-color: rgb(247,69,73); }

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

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

 span { border-color: rgb(247,69,73); }

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