Html Css Color HEX #F51549 Torch Red

📋 copy color: '#F51549'

red 245 ◦ green 21 ◦ blue 73

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

Shades of Torch Red #F51549

Tints of Torch Red #F51549

RGB

 RED value IS 245 (96.09% from 255) = 72.27%

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

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

R = 72.27%
G = 6.19%
B = 21.53%

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

#F51549 (or 0xF51549) is known color: Torch Red. HEX triplet: F5, 15 and 49. RGB value is (245,21,73). Sum of RGB (Red+Green+Blue) = 245+21+73=339 (44% of max value = 765). Red value is 245 (96.09% from 255 or 72.27% from 339); Green value is 21 (8.59% from 255 or 6.19% from 339); Blue value is 73 (28.91% from 255 or 21.53% from 339); Max value from RGB is 245 - color contains mainly: red. Hex color #F51549 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F51549 is #0AEAB6. Grayscale: #5D5D5D. Windows color (decimal): -715447 or 4789749. OLE color: 4789749.

HSL color Cylindrical-coordinate representation of color #F51549: hue angle of 346.07º degrees, saturation: 0.92, 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 #F51549 is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 21 73 -
CMYK 0 0.91 0.70 0.04
HSL 346.07º 0.92% 0.52% -
HSV(B) 346.07º 0.91% 0.96% -
XYZ 39.13 20.43 8.18 -
YUV 93.9 116.21 235.77 -
System Red Green Blue C M Y K H S L
Decimal 245 21 73 0 0.91 0.70 0.04 346.07 0.92 0.52
Hex F5 15 49 0 5B 46 4 15A 5C 34
Octal 365 25 111 0 133 106 4 532 134 64
Binary 11110101 10101 1001001 0 1011011 1000110 100 101011010 1011100 110100

Color Harmonies of #F51549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51549

Black with #F51549

Text Example


Text Example

White with #F51549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51549; }

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

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

background-color css

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

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

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

border-color css

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

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

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