Html Css Color HEX #F8084C Torch Red

📋 copy color: '#F8084C'

red 248 ◦ green 8 ◦ blue 76

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

Shades of Torch Red #F8084C

Tints of Torch Red #F8084C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.89%

R = 74.7%
G = 2.41%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.69

 K value IS 0.03

RGB Variations

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

Color information

#F8084C (or 0xF8084C) is known color: Torch Red. HEX triplet: F8, 08 and 4C. RGB value is (248,8,76). Sum of RGB (Red+Green+Blue) = 248+8+76=332 (43% of max value = 765). Red value is 248 (97.27% from 255 or 74.70% from 332); Green value is 8 (3.52% from 255 or 2.41% from 332); Blue value is 76 (30.08% from 255 or 22.89% from 332); Max value from RGB is 248 - color contains mainly: red. Hex color #F8084C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8084C is #07F7B3. Grayscale: #575757. Windows color (decimal): -522164 or 4983032. OLE color: 4983032.

HSL color Cylindrical-coordinate representation of color #F8084C: hue angle of 343º 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 #F8084C is Cyan = 0, Magento = 0.97, Yellow = 0.69 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 8 76 -
CMYK 0 0.97 0.69 0.03
HSL 343º 0.94% 0.5% -
HSV(B) 343º 0.97% 0.97% -
XYZ 40.1 20.65 8.71 -
YUV 87.51 121.51 242.47 -
System Red Green Blue C M Y K H S L
Decimal 248 8 76 0 0.97 0.69 0.03 343 0.94 0.5
Hex F8 8 4C 0 61 45 3 157 5E 32
Octal 370 10 114 0 141 105 3 527 136 62
Binary 11111000 1000 1001100 0 1100001 1000101 11 101010111 1011110 110010

Color Harmonies of #F8084C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8084C

Black with #F8084C

Text Example


Text Example

White with #F8084C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8084C; }

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

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

background-color css

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

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

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

border-color css

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

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

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