Html Css Color HEX #F8044A Torch Red

📋 copy color: '#F8044A'

red 248 ◦ green 4 ◦ blue 74

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

Shades of Torch Red #F8044A

Tints of Torch Red #F8044A

RGB

 RED value IS 248 (97.27% from 255) = 76.07%

 GREEN value IS 4 (1.95% from 255) = 1.23%

 BLUE value IS 74 (29.3% from 255) = 22.7%

R = 76.07%
G = 1.23%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#F8044A (or 0xF8044A) is known color: Torch Red. HEX triplet: F8, 04 and 4A. RGB value is (248,4,74). Sum of RGB (Red+Green+Blue) = 248+4+74=326 (43% of max value = 765). Red value is 248 (97.27% from 255 or 76.07% from 326); Green value is 4 (1.95% from 255 or 1.23% from 326); Blue value is 74 (29.30% from 255 or 22.70% from 326); Max value from RGB is 248 - color contains mainly: red. Hex color #F8044A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8044A is #07FBB5. Grayscale: #545454. Windows color (decimal): -523190 or 4850936. OLE color: 4850936.

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

Color convert

RGB 248 4 74 -
CMYK 0 0.98 0.70 0.03
HSL 342.79º 0.97% 0.49% -
HSV(B) 342.79º 0.98% 0.97% -
XYZ 39.99 20.54 8.33 -
YUV 84.94 121.84 244.31 -
System Red Green Blue C M Y K H S L
Decimal 248 4 74 0 0.98 0.70 0.03 342.79 0.97 0.49
Hex F8 4 4A 0 62 46 3 157 61 31
Octal 370 4 112 0 142 106 3 527 141 61
Binary 11111000 100 1001010 0 1100010 1000110 11 101010111 1100001 110001

Color Harmonies of #F8044A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8044A

Black with #F8044A

Text Example


Text Example

White with #F8044A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8044A; }

 p { color: rgb(248,4,74); }

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

background-color css

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

 a { background-color: rgb(248,4,74); }

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

border-color css

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

 span { border-color: rgb(248,4,74); }

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