#F94547

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

Shades of Radical Red #F94547

Tints of Radical Red #F94547

Color information

#F94547 (or 0xF94547) is unknown color: approx Radical Red. HEX triplet: F9, 45 and 47. RGB value is (249,69,71). Sum of RGB (Red+Green+Blue) = 249+69+71=389 (51% of max value = 765). Red value is 249 (97.66% from 255 or 64.01% from 389); Green value is 69 (27.34% from 255 or 17.74% from 389); Blue value is 71 (28.12% from 255 or 18.25% from 389); Max value from RGB is 249 - color contains mainly: red. Hex color #F94547 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F94547 is #06BAB8. Grayscale: #7B7B7B. Windows color (decimal): -441017 or 4670969. OLE color: 4670969.

HSL color Cylindrical-coordinate representation of color #F94547: hue angle of 359.33º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F94547 is Cyan = 0, Magento = 0.72, Yellow = 0.71 and Black (K on CMYK) = 0.02.

Color convert

RGB2496971-
CMYK00.720.710.02
HSL359.33º93.75%62.35%-
HSV(B)359.33º72.29%97.65%-
XYZ42.3324.858.53-
YUV123.0598.63217.84-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 64.01%
GREEN value IS 69 (27.34% from 255) = 17.74%
BLUE value IS 71 (28.12% from 255) = 18.25%
R=64.01%
G=17.74%
B=18.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.71
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249697100.720.710.02359.3393.7562.35
HexF945470484721675e3e
Octal3711051070110107254713676
Binary1111100110001011000111010010001000111101011001111011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F94547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F94547; }

 p { color: rgb(249,69,71); }

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

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

 a { background-color: rgb(249,69,71); }

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

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

 span { border-color: rgb(249,69,71); }

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