#F5494C

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

Shades of Radical Red #F5494C

Tints of Radical Red #F5494C

Color information

#F5494C (or 0xF5494C) is unknown color: approx Radical Red. HEX triplet: F5, 49 and 4C. RGB value is (245,73,76). Sum of RGB (Red+Green+Blue) = 245+73+76=394 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.18% from 394); Green value is 73 (28.91% from 255 or 18.53% from 394); Blue value is 76 (30.08% from 255 or 19.29% from 394); Max value from RGB is 245 - color contains mainly: red. Hex color #F5494C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5494C is #0AB6B3. Grayscale: #7C7C7C. Windows color (decimal): -702132 or 4999669. OLE color: 4999669.

HSL color Cylindrical-coordinate representation of color #F5494C: hue angle of 358.95º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F5494C is Cyan = 0, Magento = 0.70, Yellow = 0.69 and Black (K on CMYK) = 0.04.

Color convert

RGB2457376-
CMYK00.700.690.04
HSL358.95º89.58%62.35%-
HSV(B)358.95º70.2%96.08%-
XYZ41.3424.79.43-
YUV124.77100.48213.76-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 62.18%
GREEN value IS 73 (28.91% from 255) = 18.53%
BLUE value IS 76 (30.08% from 255) = 19.29%
R=62.18%
G=18.53%
B=19.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.69
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245737600.700.690.04358.9589.5862.35
HexF5494C0464541675a3e
Octal3651111140106105454713276
Binary11110101100100110011000100011010001011001011001111011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5494C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5494C; }

 p { color: rgb(245,73,76); }

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

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

 a { background-color: rgb(245,73,76); }

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

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

 span { border-color: rgb(245,73,76); }

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