#F30A46

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

Shades of Torch Red #F30A46

Tints of Torch Red #F30A46

Color information

#F30A46 (or 0xF30A46) is unknown color: approx Torch Red. HEX triplet: F3, 0A and 46. RGB value is (243,10,70). Sum of RGB (Red+Green+Blue) = 243+10+70=323 (42% of max value = 765). Red value is 243 (95.31% from 255 or 75.23% from 323); Green value is 10 (4.30% from 255 or 3.10% from 323); Blue value is 70 (27.73% from 255 or 21.67% from 323); Max value from RGB is 243 - color contains mainly: red. Hex color #F30A46 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30A46 is #0CF5B9. Grayscale: #565656. Windows color (decimal): -849338 or 4590323. OLE color: 4590323.

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

Color convert

RGB2431070-
CMYK00.960.710.05
HSL344.55º92.09%49.61%-
HSV(B)344.55º95.88%95.29%-
XYZ38.1819.717.59-
YUV86.51118.69239.62-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 75.23%
GREEN value IS 10 (4.30% from 255) = 3.10%
BLUE value IS 70 (27.73% from 255) = 21.67%
R=75.23%
G=3.10%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.71
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243107000.960.710.05344.5592.0949.61
HexF3A460604751595c32
Octal363121060140107553113462
Binary11110011101010001100110000010001111011010110011011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F30A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F30A46; }

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

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

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

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

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

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

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

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