Html Css Color HEX #F31049 Torch Red

📋 copy color: '#F31049'

red 243 ◦ green 16 ◦ blue 73

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

Shades of Torch Red #F31049

Tints of Torch Red #F31049

RGB

 RED value IS 243 (95.31% from 255) = 73.19%

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

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

R = 73.19%
G = 4.82%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F31049 (or 0xF31049) is known color: Torch Red. HEX triplet: F3, 10 and 49. RGB value is (243,16,73). Sum of RGB (Red+Green+Blue) = 243+16+73=332 (43% of max value = 765). Red value is 243 (95.31% from 255 or 73.19% from 332); Green value is 16 (6.64% from 255 or 4.82% from 332); Blue value is 73 (28.91% from 255 or 21.99% from 332); Max value from RGB is 243 - color contains mainly: red. Hex color #F31049 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31049 is #0CEFB6. Grayscale: #5A5A5A. Windows color (decimal): -847799 or 4788467. OLE color: 4788467.

HSL color Cylindrical-coordinate representation of color #F31049: hue angle of 344.93º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F31049 is Cyan = 0, Magento = 0.93, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 16 73 -
CMYK 0 0.93 0.70 0.05
HSL 344.93º 0.9% 0.51% -
HSV(B) 344.93º 0.93% 0.95% -
XYZ 38.35 19.91 8.12 -
YUV 90.37 118.21 236.87 -
System Red Green Blue C M Y K H S L
Decimal 243 16 73 0 0.93 0.70 0.05 344.93 0.9 0.51
Hex F3 10 49 0 5D 46 5 159 5A 33
Octal 363 20 111 0 135 106 5 531 132 63
Binary 11110011 10000 1001001 0 1011101 1000110 101 101011001 1011010 110011

Color Harmonies of #F31049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31049

Black with #F31049

Text Example


Text Example

White with #F31049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31049; }

 p { color: rgb(243,16,73); }

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

background-color css

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

 a { background-color: rgb(243,16,73); }

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

border-color css

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

 span { border-color: rgb(243,16,73); }

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