#F1170F

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

Shades of Scarlet #F1170F

Tints of Scarlet #F1170F

Color information

#F1170F (or 0xF1170F) is unknown color: approx Scarlet. HEX triplet: F1, 17 and 0F. RGB value is (241,23,15). Sum of RGB (Red+Green+Blue) = 241+23+15=279 (36% of max value = 765). Red value is 241 (94.53% from 255 or 86.38% from 279); Green value is 23 (9.38% from 255 or 8.24% from 279); Blue value is 15 (6.25% from 255 or 5.38% from 279); Max value from RGB is 241 - color contains mainly: red. Hex color #F1170F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F1170F is #0EE8F0. Grayscale: #575757. Windows color (decimal): -977137 or 989169. OLE color: 989169.

HSL color Cylindrical-coordinate representation of color #F1170F: hue angle of 2.12º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F1170F is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.05.

Color convert

RGB2412315-
CMYK00.900.940.05
HSL2.12º88.98%50.2%-
HSV(B)2.12º93.78%94.51%-
XYZ36.6719.352.25-
YUV87.2787.22237.65-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 86.38%
GREEN value IS 23 (9.38% from 255) = 8.24%
BLUE value IS 15 (6.25% from 255) = 5.38%
R=86.38%
G=8.24%
B=5.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.94
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241231500.900.940.052.1288.9850.2
HexF117F05A5E525932
Octal361271701321365213162
Binary11110001101111111010110101011110101101011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1170F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1170F; }

 p { color: rgb(241,23,15); }

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

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

 a { background-color: rgb(241,23,15); }

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

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

 span { border-color: rgb(241,23,15); }

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