#F1494A

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

Shades of Radical Red #F1494A

Tints of Radical Red #F1494A

Color information

#F1494A (or 0xF1494A) is unknown color: approx Radical Red. HEX triplet: F1, 49 and 4A. RGB value is (241,73,74). Sum of RGB (Red+Green+Blue) = 241+73+74=388 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.11% from 388); Green value is 73 (28.91% from 255 or 18.81% from 388); Blue value is 74 (29.30% from 255 or 19.07% from 388); Max value from RGB is 241 - color contains mainly: red. Hex color #F1494A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1494A is #0EB6B5. Grayscale: #7B7B7B. Windows color (decimal): -964278 or 4868593. OLE color: 4868593.

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

Color convert

RGB2417374-
CMYK00.700.690.05
HSL359.64º85.71%61.57%-
HSV(B)359.64º69.71%94.51%-
XYZ39.8923.969-
YUV123.35100.16211.92-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 62.11%
GREEN value IS 73 (28.91% from 255) = 18.81%
BLUE value IS 74 (29.30% from 255) = 19.07%
R=62.11%
G=18.81%
B=19.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241737400.700.690.05359.6485.7161.57
HexF1494A046455168563e
Octal3611111120106105555012676
Binary11110001100100110010100100011010001011011011010001010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1494A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1494A; }

 p { color: rgb(241,73,74); }

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

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

 a { background-color: rgb(241,73,74); }

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

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

 span { border-color: rgb(241,73,74); }

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