Html Css Color HEX #F8084A Torch Red

📋 copy color: '#F8084A'

red 248 ◦ green 8 ◦ blue 74

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

Shades of Torch Red #F8084A

Tints of Torch Red #F8084A

RGB

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

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

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

R = 75.15%
G = 2.42%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#F8084A (or 0xF8084A) is known color: Torch Red. HEX triplet: F8, 08 and 4A. RGB value is (248,8,74). Sum of RGB (Red+Green+Blue) = 248+8+74=330 (43% of max value = 765). Red value is 248 (97.27% from 255 or 75.15% from 330); Green value is 8 (3.52% from 255 or 2.42% from 330); Blue value is 74 (29.30% from 255 or 22.42% from 330); Max value from RGB is 248 - color contains mainly: red. Hex color #F8084A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8084A is #07F7B5. Grayscale: #575757. Windows color (decimal): -522166 or 4851960. OLE color: 4851960.

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

Color convert

RGB 248 8 74 -
CMYK 0 0.97 0.70 0.03
HSL 343.5º 0.94% 0.5% -
HSV(B) 343.5º 0.97% 0.97% -
XYZ 40.03 20.62 8.35 -
YUV 87.28 120.51 242.63 -
System Red Green Blue C M Y K H S L
Decimal 248 8 74 0 0.97 0.70 0.03 343.5 0.94 0.5
Hex F8 8 4A 0 61 46 3 158 5E 32
Octal 370 10 112 0 141 106 3 530 136 62
Binary 11111000 1000 1001010 0 1100001 1000110 11 101011000 1011110 110010

Color Harmonies of #F8084A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8084A

Black with #F8084A

Text Example


Text Example

White with #F8084A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8084A; }

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

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

background-color css

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

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

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

border-color css

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

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

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