#F30A45

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

Shades of Torch Red #F30A45

Tints of Torch Red #F30A45

Color information

#F30A45 (or 0xF30A45) is unknown color: approx Torch Red. HEX triplet: F3, 0A and 45. RGB value is (243,10,69). Sum of RGB (Red+Green+Blue) = 243+10+69=322 (42% of max value = 765). Red value is 243 (95.31% from 255 or 75.47% from 322); Green value is 10 (4.30% from 255 or 3.11% from 322); Blue value is 69 (27.34% from 255 or 21.43% from 322); Max value from RGB is 243 - color contains mainly: red. Hex color #F30A45 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30A45 is #0CF5BA. Grayscale: #565656. Windows color (decimal): -849339 or 4524787. OLE color: 4524787.

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

Color convert

RGB2431069-
CMYK00.960.720.05
HSL344.81º92.09%49.61%-
HSV(B)344.81º95.88%95.29%-
XYZ38.1419.77.42-
YUV86.39118.19239.7-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 75.47%
GREEN value IS 10 (4.30% from 255) = 3.11%
BLUE value IS 69 (27.34% from 255) = 21.43%
R=75.47%
G=3.11%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.72
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243106900.960.720.05344.8192.0949.61
HexF3A450604851595c32
Octal363121050140110553113462
Binary11110011101010001010110000010010001011010110011011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F30A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F30A45; }

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

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

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

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

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

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

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

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