Html Css Color HEX #F00A45 Torch Red

📋 copy color: '#F00A45'

red 240 ◦ green 10 ◦ blue 69

#F00A45
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Torch Red #F00A45

Tints of Torch Red #F00A45

RGB

 RED value IS 240 (94.14% from 255) = 75.24%

 GREEN value IS 10 (4.3% from 255) = 3.13%

 BLUE value IS 69 (27.34% from 255) = 21.63%

R = 75.24%
G = 3.13%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#F00A45 (or 0xF00A45) is known color: Torch Red. HEX triplet: F0, 0A and 45. RGB value is (240,10,69). Sum of RGB (Red+Green+Blue) = 240+10+69=319 (42% of max value = 765). Red value is 240 (94.14% from 255 or 75.24% from 319); Green value is 10 (4.30% from 255 or 3.13% from 319); Blue value is 69 (27.34% from 255 or 21.63% from 319); Max value from RGB is 240 - color contains mainly: red. Hex color #F00A45 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00A45 is #0FF5BA. Grayscale: #555555. Windows color (decimal): -1045947 or 4524784. OLE color: 4524784.

HSL color Cylindrical-coordinate representation of color #F00A45: hue angle of 344.61º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F00A45 is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 10 69 -
CMYK 0 0.96 0.71 0.06
HSL 344.61º 0.92% 0.49% -
HSV(B) 344.61º 0.96% 0.94% -
XYZ 37.12 19.17 7.37 -
YUV 85.5 118.7 238.2 -
System Red Green Blue C M Y K H S L
Decimal 240 10 69 0 0.96 0.71 0.06 344.61 0.92 0.49
Hex F0 A 45 0 60 47 6 159 5C 31
Octal 360 12 105 0 140 107 6 531 134 61
Binary 11110000 1010 1000101 0 1100000 1000111 110 101011001 1011100 110001

Color Harmonies of #F00A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00A45

Black with #F00A45

Text Example


Text Example

White with #F00A45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00A45; }

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

 H1.HeaderClassName
 {
   color: #F00A45;
 }
 .AnyTagClassName
 {
   color: #F00A45;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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