#F30A47

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

Shades of Torch Red #F30A47

Tints of Torch Red #F30A47

Color information

#F30A47 (or 0xF30A47) is unknown color: approx Torch Red. HEX triplet: F3, 0A and 47. RGB value is (243,10,71). Sum of RGB (Red+Green+Blue) = 243+10+71=324 (42% of max value = 765). Red value is 243 (95.31% from 255 or 75% from 324); Green value is 10 (4.30% from 255 or 3.09% from 324); Blue value is 71 (28.12% from 255 or 21.91% from 324); Max value from RGB is 243 - color contains mainly: red. Hex color #F30A47 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30A47 is #0CF5B8. Grayscale: #565656. Windows color (decimal): -849337 or 4655859. OLE color: 4655859.

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

Color convert

RGB2431071-
CMYK00.960.710.05
HSL344.29º92.09%49.61%-
HSV(B)344.29º95.88%95.29%-
XYZ38.2119.737.76-
YUV86.62119.19239.54-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 75%
GREEN value IS 10 (4.30% from 255) = 3.09%
BLUE value IS 71 (28.12% from 255) = 21.91%
R=75%
G=3.09%
B=21.91%

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
Decimal243107100.960.710.05344.2992.0949.61
HexF3A470604751585c32
Octal363121070140107553013462
Binary11110011101010001110110000010001111011010110001011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F30A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F30A47; }

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

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

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

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

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

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

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

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