#F30A41

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

Shades of Torch Red #F30A41

Tints of Torch Red #F30A41

Color information

#F30A41 (or 0xF30A41) is unknown color: approx Torch Red. HEX triplet: F3, 0A and 41. RGB value is (243,10,65). Sum of RGB (Red+Green+Blue) = 243+10+65=318 (42% of max value = 765). Red value is 243 (95.31% from 255 or 76.42% from 318); Green value is 10 (4.30% from 255 or 3.14% from 318); Blue value is 65 (25.78% from 255 or 20.44% from 318); Max value from RGB is 243 - color contains mainly: red. Hex color #F30A41 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30A41 is #0CF5BE. Grayscale: #555555. Windows color (decimal): -849343 or 4262643. OLE color: 4262643.

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

Color convert

RGB2431065-
CMYK00.960.730.05
HSL345.84º92.09%49.61%-
HSV(B)345.84º95.88%95.29%-
XYZ38.0219.656.79-
YUV85.94116.19240.03-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 76.42%
GREEN value IS 10 (4.30% from 255) = 3.14%
BLUE value IS 65 (25.78% from 255) = 20.44%
R=76.42%
G=3.14%
B=20.44%

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
Decimal243106500.960.730.05345.8492.0949.61
HexF3A4106049515a5c32
Octal363121010140111553213462
Binary11110011101010000010110000010010011011010110101011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F30A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F30A41; }

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

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

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

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

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

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

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

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