Html Css Color HEX #F61047 Torch Red

📋 copy color: '#F61047'

red 246 ◦ green 16 ◦ blue 71

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

Shades of Torch Red #F61047

Tints of Torch Red #F61047

RGB

 RED value IS 246 (96.48% from 255) = 73.87%

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

 BLUE value IS 71 (28.13% from 255) = 21.32%

R = 73.87%
G = 4.8%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.71

 K value IS 0.04

RGB Variations

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

Color information

#F61047 (or 0xF61047) is known color: Torch Red. HEX triplet: F6, 10 and 47. RGB value is (246,16,71). Sum of RGB (Red+Green+Blue) = 246+16+71=333 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.87% from 333); Green value is 16 (6.64% from 255 or 4.80% from 333); Blue value is 71 (28.12% from 255 or 21.32% from 333); Max value from RGB is 246 - color contains mainly: red. Hex color #F61047 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F61047 is #09EFB8. Grayscale: #5B5B5B. Windows color (decimal): -651193 or 4657398. OLE color: 4657398.

HSL color Cylindrical-coordinate representation of color #F61047: hue angle of 345.65º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F61047 is Cyan = 0, Magento = 0.93, Yellow = 0.71 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 16 71 -
CMYK 0 0.93 0.71 0.04
HSL 345.65º 0.93% 0.51% -
HSV(B) 345.65º 0.93% 0.96% -
XYZ 39.33 20.42 7.83 -
YUV 91.04 116.7 238.53 -
System Red Green Blue C M Y K H S L
Decimal 246 16 71 0 0.93 0.71 0.04 345.65 0.93 0.51
Hex F6 10 47 0 5D 47 4 15A 5D 33
Octal 366 20 107 0 135 107 4 532 135 63
Binary 11110110 10000 1000111 0 1011101 1000111 100 101011010 1011101 110011

Color Harmonies of #F61047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61047

Black with #F61047

Text Example


Text Example

White with #F61047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61047; }

 p { color: rgb(246,16,71); }

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

background-color css

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

 a { background-color: rgb(246,16,71); }

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

border-color css

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

 span { border-color: rgb(246,16,71); }

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