Html Css Color HEX #F00046 Torch Red

📋 copy color: '#F00046'

red 240 ◦ green 0 ◦ blue 70

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

Shades of Torch Red #F00046

Tints of Torch Red #F00046

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 70 (27.73% from 255) = 22.58%

R = 77.42%
G = 0%
B = 22.58%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#F00046 (or 0xF00046) is known color: Torch Red. HEX triplet: F0, 00 and 46. RGB value is (240,0,70). Sum of RGB (Red+Green+Blue) = 240+0+70=310 (41% of max value = 765). Red value is 240 (94.14% from 255 or 77.42% from 310); Green value is 0 (0.39% from 255 or 0% from 310); Blue value is 70 (27.73% from 255 or 22.58% from 310); Max value from RGB is 240 - color contains mainly: red. Hex color #F00046 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00046 is #0FFFB9. Grayscale: #4F4F4F. Windows color (decimal): -1048506 or 4587760. OLE color: 4587760.

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

Color convert

RGB 240 0 70 -
CMYK 0 1 0.71 0.06
HSL 342.5º 1% 0.47% -
HSV(B) 342.5º 1% 0.94% -
XYZ 37.04 18.97 7.5 -
YUV 79.74 122.51 242.31 -
System Red Green Blue C M Y K H S L
Decimal 240 0 70 0 1 0.71 0.06 342.5 1 0.47
Hex F0 0 46 0 64 47 6 156 64 2F
Octal 360 0 106 0 144 107 6 526 144 57
Binary 11110000 0 1000110 0 1100100 1000111 110 101010110 1100100 101111

Color Harmonies of #F00046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00046

Black with #F00046

Text Example


Text Example

White with #F00046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00046; }

 p { color: rgb(240,0,70); }

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

background-color css

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

 a { background-color: rgb(240,0,70); }

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

border-color css

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

 span { border-color: rgb(240,0,70); }

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