#F10442

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

Shades of Torch Red #F10442

Tints of Torch Red #F10442

Color information

#F10442 (or 0xF10442) is unknown color: approx Torch Red. HEX triplet: F1, 04 and 42. RGB value is (241,4,66). Sum of RGB (Red+Green+Blue) = 241+4+66=311 (41% of max value = 765). Red value is 241 (94.53% from 255 or 77.49% from 311); Green value is 4 (1.95% from 255 or 1.29% from 311); Blue value is 66 (26.17% from 255 or 21.22% from 311); Max value from RGB is 241 - color contains mainly: red. Hex color #F10442 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F10442 is #0EFBBD. Grayscale: #515151. Windows color (decimal): -981950 or 4326641. OLE color: 4326641.

HSL color Cylindrical-coordinate representation of color #F10442: hue angle of 344.3º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F10442 is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB241466-
CMYK00.980.730.05
HSL344.3º96.73%48.04%-
HSV(B)344.3º98.34%94.51%-
XYZ37.319.186.89-
YUV81.93119.02241.46-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 77.49%
GREEN value IS 4 (1.95% from 255) = 1.29%
BLUE value IS 66 (26.17% from 255) = 21.22%
R=77.49%
G=1.29%
B=21.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.73
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24146600.980.730.05344.396.7348.04
HexF14420624951586130
Octal36141020142111553014160
Binary1111000110010000100110001010010011011010110001100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F10442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F10442; }

 p { color: rgb(241,4,66); }

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

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

 a { background-color: rgb(241,4,66); }

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

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

 span { border-color: rgb(241,4,66); }

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