Html Css Color HEX #F8174D Torch Red

📋 copy color: '#F8174D'

red 248 ◦ green 23 ◦ blue 77

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

Shades of Torch Red #F8174D

Tints of Torch Red #F8174D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.61%

 BLUE value IS 77 (30.47% from 255) = 22.13%

R = 71.26%
G = 6.61%
B = 22.13%

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

#F8174D (or 0xF8174D) is known color: Torch Red. HEX triplet: F8, 17 and 4D. RGB value is (248,23,77). Sum of RGB (Red+Green+Blue) = 248+23+77=348 (46% of max value = 765). Red value is 248 (97.27% from 255 or 71.26% from 348); Green value is 23 (9.38% from 255 or 6.61% from 348); Blue value is 77 (30.47% from 255 or 22.13% from 348); Max value from RGB is 248 - color contains mainly: red. Hex color #F8174D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8174D is #07E8B2. Grayscale: #606060. Windows color (decimal): -518323 or 5052408. OLE color: 5052408.

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

Color convert

RGB 248 23 77 -
CMYK 0 0.91 0.69 0.03
HSL 345.6º 0.94% 0.53% -
HSV(B) 345.6º 0.91% 0.97% -
XYZ 40.36 21.11 8.97 -
YUV 96.43 117.04 236.11 -
System Red Green Blue C M Y K H S L
Decimal 248 23 77 0 0.91 0.69 0.03 345.6 0.94 0.53
Hex F8 17 4D 0 5B 45 3 15A 5E 35
Octal 370 27 115 0 133 105 3 532 136 65
Binary 11111000 10111 1001101 0 1011011 1000101 11 101011010 1011110 110101

Color Harmonies of #F8174D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8174D

Black with #F8174D

Text Example


Text Example

White with #F8174D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8174D; }

 p { color: rgb(248,23,77); }

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

background-color css

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

 a { background-color: rgb(248,23,77); }

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

border-color css

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

 span { border-color: rgb(248,23,77); }

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