#F30E45

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

Shades of Torch Red #F30E45

Tints of Torch Red #F30E45

Color information

#F30E45 (or 0xF30E45) is unknown color: approx Torch Red. HEX triplet: F3, 0E and 45. RGB value is (243,14,69). Sum of RGB (Red+Green+Blue) = 243+14+69=326 (43% of max value = 765). Red value is 243 (95.31% from 255 or 74.54% from 326); Green value is 14 (5.86% from 255 or 4.29% from 326); Blue value is 69 (27.34% from 255 or 21.17% from 326); Max value from RGB is 243 - color contains mainly: red. Hex color #F30E45 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30E45 is #0CF1BA. Grayscale: #585858. Windows color (decimal): -848315 or 4525811. OLE color: 4525811.

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

Color convert

RGB2431469-
CMYK00.940.720.05
HSL345.59º90.51%50.39%-
HSV(B)345.59º94.24%95.29%-
XYZ38.1919.87.44-
YUV88.74116.87238.03-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 74.54%
GREEN value IS 14 (5.86% from 255) = 4.29%
BLUE value IS 69 (27.34% from 255) = 21.17%
R=74.54%
G=4.29%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.72
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243146900.940.720.05345.5990.5150.39
HexF3E4505E48515a5b32
Octal363161050136110553213362
Binary11110011111010001010101111010010001011010110101011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F30E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F30E45; }

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

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

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

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

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

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

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

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