#F74244

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

Shades of Radical Red #F74244

Tints of Radical Red #F74244

Color information

#F74244 (or 0xF74244) is unknown color: approx Radical Red. HEX triplet: F7, 42 and 44. RGB value is (247,66,68). Sum of RGB (Red+Green+Blue) = 247+66+68=381 (50% of max value = 765). Red value is 247 (96.88% from 255 or 64.83% from 381); Green value is 66 (26.17% from 255 or 17.32% from 381); Blue value is 68 (26.95% from 255 or 17.85% from 381); Max value from RGB is 247 - color contains mainly: red. Hex color #F74244 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F74244 is #08BDBB. Grayscale: #787878. Windows color (decimal): -572860 or 4473591. OLE color: 4473591.

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

Color convert

RGB2476668-
CMYK00.730.720.03
HSL359.34º91.88%61.37%-
HSV(B)359.34º73.28%96.86%-
XYZ41.3524.097.94-
YUV120.3598.47218.34-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 64.83%
GREEN value IS 66 (26.17% from 255) = 17.32%
BLUE value IS 68 (26.95% from 255) = 17.85%
R=64.83%
G=17.32%
B=17.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.72
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247666800.730.720.03359.3491.8861.37
HexF742440494831675c3d
Octal3671021040111110354713475
Binary1111011110000101000100010010011001000111011001111011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F74244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F74244; }

 p { color: rgb(247,66,68); }

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

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

 a { background-color: rgb(247,66,68); }

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

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

 span { border-color: rgb(247,66,68); }

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