Html Css Color HEX #F8144C Torch Red

📋 copy color: '#F8144C'

red 248 ◦ green 20 ◦ blue 76

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

Shades of Torch Red #F8144C

Tints of Torch Red #F8144C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.81%

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

R = 72.09%
G = 5.81%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.69

 K value IS 0.03

RGB Variations

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

Color information

#F8144C (or 0xF8144C) is known color: Torch Red. HEX triplet: F8, 14 and 4C. RGB value is (248,20,76). Sum of RGB (Red+Green+Blue) = 248+20+76=344 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.09% from 344); Green value is 20 (8.20% from 255 or 5.81% from 344); Blue value is 76 (30.08% from 255 or 22.09% from 344); Max value from RGB is 248 - color contains mainly: red. Hex color #F8144C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8144C is #07EBB3. Grayscale: #5E5E5E. Windows color (decimal): -519092 or 4986104. OLE color: 4986104.

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

Color convert

RGB 248 20 76 -
CMYK 0 0.92 0.69 0.03
HSL 345.26º 0.94% 0.53% -
HSV(B) 345.26º 0.92% 0.97% -
XYZ 40.27 20.98 8.76 -
YUV 94.56 117.54 237.45 -
System Red Green Blue C M Y K H S L
Decimal 248 20 76 0 0.92 0.69 0.03 345.26 0.94 0.53
Hex F8 14 4C 0 5C 45 3 159 5E 35
Octal 370 24 114 0 134 105 3 531 136 65
Binary 11111000 10100 1001100 0 1011100 1000101 11 101011001 1011110 110101

Color Harmonies of #F8144C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8144C

Black with #F8144C

Text Example


Text Example

White with #F8144C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8144C; }

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

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

background-color css

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

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

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

border-color css

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

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

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