Html Css Color HEX #F8164C Torch Red

📋 copy color: '#F8164C'

red 248 ◦ green 22 ◦ blue 76

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

Shades of Torch Red #F8164C

Tints of Torch Red #F8164C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.36%

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

R = 71.68%
G = 6.36%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.69

 K value IS 0.03

RGB Variations

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

Color information

#F8164C (or 0xF8164C) is known color: Torch Red. HEX triplet: F8, 16 and 4C. RGB value is (248,22,76). Sum of RGB (Red+Green+Blue) = 248+22+76=346 (45% of max value = 765). Red value is 248 (97.27% from 255 or 71.68% from 346); Green value is 22 (8.98% from 255 or 6.36% from 346); Blue value is 76 (30.08% from 255 or 21.97% from 346); Max value from RGB is 248 - color contains mainly: red. Hex color #F8164C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8164C is #07E9B3. Grayscale: #5F5F5F. Windows color (decimal): -518580 or 4986616. OLE color: 4986616.

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

Color convert

RGB 248 22 76 -
CMYK 0 0.91 0.69 0.03
HSL 345.66º 0.94% 0.53% -
HSV(B) 345.66º 0.91% 0.97% -
XYZ 40.3 21.05 8.78 -
YUV 95.73 116.87 236.61 -
System Red Green Blue C M Y K H S L
Decimal 248 22 76 0 0.91 0.69 0.03 345.66 0.94 0.53
Hex F8 16 4C 0 5B 45 3 15A 5E 35
Octal 370 26 114 0 133 105 3 532 136 65
Binary 11111000 10110 1001100 0 1011011 1000101 11 101011010 1011110 110101

Color Harmonies of #F8164C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8164C

Black with #F8164C

Text Example


Text Example

White with #F8164C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8164C; }

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

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

background-color css

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

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

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

border-color css

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

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

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