#F1300F

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

Shades of Scarlet #F1300F

Tints of Scarlet #F1300F

Color information

#F1300F (or 0xF1300F) is unknown color: approx Scarlet. HEX triplet: F1, 30 and 0F. RGB value is (241,48,15). Sum of RGB (Red+Green+Blue) = 241+48+15=304 (40% of max value = 765). Red value is 241 (94.53% from 255 or 79.28% from 304); Green value is 48 (19.14% from 255 or 15.79% from 304); Blue value is 15 (6.25% from 255 or 4.93% from 304); Max value from RGB is 241 - color contains mainly: red. Hex color #F1300F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F1300F is #0ECFF0. Grayscale: #666666. Windows color (decimal): -970737 or 995569. OLE color: 995569.

HSL color Cylindrical-coordinate representation of color #F1300F: hue angle of 8.76º 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 #F1300F is Cyan = 0, Magento = 0.80, Yellow = 0.94 and Black (K on CMYK) = 0.05.

Color convert

RGB2414815-
CMYK00.800.940.05
HSL8.76º88.98%50.2%-
HSV(B)8.76º93.78%94.51%-
XYZ37.4220.852.5-
YUV101.9478.94227.18-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 79.28%
GREEN value IS 48 (19.14% from 255) = 15.79%
BLUE value IS 15 (6.25% from 255) = 4.93%
R=79.28%
G=15.79%
B=4.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.94
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241481500.800.940.058.7688.9850.2
HexF130F0505E595932
Octal3616017012013651113162
Binary11110001110000111101010000101111010110011011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1300F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1300F; }

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

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

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

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

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

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

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

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