Html Css Color HEX #F61549 Torch Red

📋 copy color: '#F61549'

red 246 ◦ green 21 ◦ blue 73

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

Shades of Torch Red #F61549

Tints of Torch Red #F61549

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.18%

 BLUE value IS 73 (28.91% from 255) = 21.47%

R = 72.35%
G = 6.18%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#F61549 (or 0xF61549) is known color: Torch Red. HEX triplet: F6, 15 and 49. RGB value is (246,21,73). Sum of RGB (Red+Green+Blue) = 246+21+73=340 (45% of max value = 765). Red value is 246 (96.48% from 255 or 72.35% from 340); Green value is 21 (8.59% from 255 or 6.18% from 340); Blue value is 73 (28.91% from 255 or 21.47% from 340); Max value from RGB is 246 - color contains mainly: red. Hex color #F61549 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F61549 is #09EAB6. Grayscale: #5E5E5E. Windows color (decimal): -649911 or 4789750. OLE color: 4789750.

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

Color convert

RGB 246 21 73 -
CMYK 0 0.91 0.70 0.04
HSL 346.13º 0.93% 0.52% -
HSV(B) 346.13º 0.91% 0.96% -
XYZ 39.48 20.61 8.2 -
YUV 94.2 116.04 236.27 -
System Red Green Blue C M Y K H S L
Decimal 246 21 73 0 0.91 0.70 0.04 346.13 0.93 0.52
Hex F6 15 49 0 5B 46 4 15A 5D 34
Octal 366 25 111 0 133 106 4 532 135 64
Binary 11110110 10101 1001001 0 1011011 1000110 100 101011010 1011101 110100

Color Harmonies of #F61549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61549

Black with #F61549

Text Example


Text Example

White with #F61549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61549; }

 p { color: rgb(246,21,73); }

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

background-color css

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

 a { background-color: rgb(246,21,73); }

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

border-color css

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

 span { border-color: rgb(246,21,73); }

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