#F30A42

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

Shades of Torch Red #F30A42

Tints of Torch Red #F30A42

Color information

#F30A42 (or 0xF30A42) is unknown color: approx Torch Red. HEX triplet: F3, 0A and 42. RGB value is (243,10,66). Sum of RGB (Red+Green+Blue) = 243+10+66=319 (42% of max value = 765). Red value is 243 (95.31% from 255 or 76.18% from 319); Green value is 10 (4.30% from 255 or 3.13% from 319); Blue value is 66 (26.17% from 255 or 20.69% from 319); Max value from RGB is 243 - color contains mainly: red. Hex color #F30A42 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30A42 is #0CF5BD. Grayscale: #565656. Windows color (decimal): -849342 or 4328179. OLE color: 4328179.

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

Color convert

RGB2431066-
CMYK00.960.730.05
HSL345.58º92.09%49.61%-
HSV(B)345.58º95.88%95.29%-
XYZ38.0519.676.94-
YUV86.05116.69239.95-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 76.18%
GREEN value IS 10 (4.30% from 255) = 3.13%
BLUE value IS 66 (26.17% from 255) = 20.69%
R=76.18%
G=3.13%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.73
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243106600.960.730.05345.5892.0949.61
HexF3A4206049515a5c32
Octal363121020140111553213462
Binary11110011101010000100110000010010011011010110101011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F30A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F30A42; }

 p { color: rgb(243,10,66); }

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

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

 a { background-color: rgb(243,10,66); }

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

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

 span { border-color: rgb(243,10,66); }

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