#F10F30

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

Shades of Torch Red #F10F30

Tints of Torch Red #F10F30

Color information

#F10F30 (or 0xF10F30) is unknown color: approx Torch Red. HEX triplet: F1, 0F and 30. RGB value is (241,15,48). Sum of RGB (Red+Green+Blue) = 241+15+48=304 (40% of max value = 765). Red value is 241 (94.53% from 255 or 79.28% from 304); Green value is 15 (6.25% from 255 or 4.93% from 304); Blue value is 48 (19.14% from 255 or 15.79% from 304); Max value from RGB is 241 - color contains mainly: red. Hex color #F10F30 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F10F30 is #0EF0CF. Grayscale: #565656. Windows color (decimal): -979152 or 3149809. OLE color: 3149809.

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

Color convert

RGB2411548-
CMYK00.940.800.05
HSL351.24º88.98%50.2%-
HSV(B)351.24º93.78%94.51%-
XYZ36.9819.264.56-
YUV86.34106.37238.32-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.80
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241154800.940.800.05351.2488.9850.2
HexF1F3005E50515f5932
Octal36117600136120553713162
Binary1111000111111100000101111010100001011010111111011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F10F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F10F30; }

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

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

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

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

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

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

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

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