Html Css Color HEX #F01046 Torch Red

📋 copy color: '#F01046'

red 240 ◦ green 16 ◦ blue 70

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

Shades of Torch Red #F01046

Tints of Torch Red #F01046

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.91%

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

R = 73.62%
G = 4.91%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#F01046 (or 0xF01046) is known color: Torch Red. HEX triplet: F0, 10 and 46. RGB value is (240,16,70). Sum of RGB (Red+Green+Blue) = 240+16+70=326 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.62% from 326); Green value is 16 (6.64% from 255 or 4.91% from 326); Blue value is 70 (27.73% from 255 or 21.47% from 326); Max value from RGB is 240 - color contains mainly: red. Hex color #F01046 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01046 is #0FEFB9. Grayscale: #595959. Windows color (decimal): -1044410 or 4591856. OLE color: 4591856.

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

Color convert

RGB 240 16 70 -
CMYK 0 0.93 0.71 0.06
HSL 345.54º 0.88% 0.5% -
HSV(B) 345.54º 0.93% 0.94% -
XYZ 37.23 19.34 7.56 -
YUV 89.13 117.21 235.61 -
System Red Green Blue C M Y K H S L
Decimal 240 16 70 0 0.93 0.71 0.06 345.54 0.88 0.5
Hex F0 10 46 0 5D 47 6 15A 58 32
Octal 360 20 106 0 135 107 6 532 130 62
Binary 11110000 10000 1000110 0 1011101 1000111 110 101011010 1011000 110010

Color Harmonies of #F01046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01046

Black with #F01046

Text Example


Text Example

White with #F01046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01046; }

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

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

background-color css

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

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

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

border-color css

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

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

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