#f1474e

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

Shades of Radical Red #F1474E

Tints of Radical Red #F1474E

Color information

#F1474E (or 0xF1474E) is unknown color: approx Radical Red. HEX triplet: F1, 47 and 4E. RGB value is (241,71,78). Sum of RGB (Red+Green+Blue) = 241+71+78=390 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.79% from 390); Green value is 71 (28.12% from 255 or 18.21% from 390); Blue value is 78 (30.86% from 255 or 20% from 390); Max value from RGB is 241 - color contains mainly: red. Hex color #F1474E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1474E is #0EB8B1. Grayscale: #7A7A7A. Windows color (decimal): -964786 or 5130225. OLE color: 5130225.

HSL color Cylindrical-coordinate representation of color #F1474E: hue angle of 357.53º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F1474E is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB2417178-
CMYK00.710.680.05
HSL357.53º85.86%61.18%-
HSV(B)357.53º70.54%94.51%-
XYZ39.923.769.69-
YUV122.63102.82212.43-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 61.79%
GREEN value IS 71 (28.12% from 255) = 18.21%
BLUE value IS 78 (30.86% from 255) = 20%
R=61.79%
G=18.21%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241717800.710.680.05357.5385.8661.18
HexF1474E047445166563d
Octal3611071160107104554612675
Binary11110001100011110011100100011110001001011011001101010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f1474e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f1474e; }

 p { color: rgb(241,71,78); }

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

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

 a { background-color: rgb(241,71,78); }

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

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

 span { border-color: rgb(241,71,78); }

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