Html Css Color HEX #F30849 Torch Red

📋 copy color: '#F30849'

red 243 ◦ green 8 ◦ blue 73

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

Shades of Torch Red #F30849

Tints of Torch Red #F30849

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.47%

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

R = 75%
G = 2.47%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F30849 (or 0xF30849) is known color: Torch Red. HEX triplet: F3, 08 and 49. RGB value is (243,8,73). Sum of RGB (Red+Green+Blue) = 243+8+73=324 (42% of max value = 765). Red value is 243 (95.31% from 255 or 75% from 324); Green value is 8 (3.52% from 255 or 2.47% from 324); Blue value is 73 (28.91% from 255 or 22.53% from 324); Max value from RGB is 243 - color contains mainly: red. Hex color #F30849 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30849 is #0CF7B6. Grayscale: #555555. Windows color (decimal): -849847 or 4786419. OLE color: 4786419.

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

Color convert

RGB 243 8 73 -
CMYK 0 0.97 0.70 0.05
HSL 343.4º 0.94% 0.49% -
HSV(B) 343.4º 0.97% 0.95% -
XYZ 38.25 19.71 8.09 -
YUV 85.68 120.86 240.21 -
System Red Green Blue C M Y K H S L
Decimal 243 8 73 0 0.97 0.70 0.05 343.4 0.94 0.49
Hex F3 8 49 0 61 46 5 157 5E 31
Octal 363 10 111 0 141 106 5 527 136 61
Binary 11110011 1000 1001001 0 1100001 1000110 101 101010111 1011110 110001

Color Harmonies of #F30849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30849

Black with #F30849

Text Example


Text Example

White with #F30849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30849; }

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

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

background-color css

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

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

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

border-color css

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

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

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