Html Css Color HEX #F8043C Torch Red

📋 copy color: '#F8043C'

red 248 ◦ green 4 ◦ blue 60

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

Shades of Torch Red #F8043C

Tints of Torch Red #F8043C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.28%

 BLUE value IS 60 (23.83% from 255) = 19.23%

R = 79.49%
G = 1.28%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0.03

RGB Variations

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

Color information

#F8043C (or 0xF8043C) is known color: Torch Red. HEX triplet: F8, 04 and 3C. RGB value is (248,4,60). Sum of RGB (Red+Green+Blue) = 248+4+60=312 (41% of max value = 765). Red value is 248 (97.27% from 255 or 79.49% from 312); Green value is 4 (1.95% from 255 or 1.28% from 312); Blue value is 60 (23.83% from 255 or 19.23% from 312); Max value from RGB is 248 - color contains mainly: red. Hex color #F8043C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8043C is #07FBC3. Grayscale: #535353. Windows color (decimal): -523204 or 3933432. OLE color: 3933432.

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

Color convert

RGB 248 4 60 -
CMYK 0 0.98 0.76 0.03
HSL 346.23º 0.97% 0.49% -
HSV(B) 346.23º 0.98% 0.97% -
XYZ 39.57 20.37 6.12 -
YUV 83.34 114.84 245.45 -
System Red Green Blue C M Y K H S L
Decimal 248 4 60 0 0.98 0.76 0.03 346.23 0.97 0.49
Hex F8 4 3C 0 62 4C 3 15A 61 31
Octal 370 4 74 0 142 114 3 532 141 61
Binary 11111000 100 111100 0 1100010 1001100 11 101011010 1100001 110001

Color Harmonies of #F8043C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8043C

Black with #F8043C

Text Example


Text Example

White with #F8043C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8043C; }

 p { color: rgb(248,4,60); }

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

background-color css

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

 a { background-color: rgb(248,4,60); }

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

border-color css

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

 span { border-color: rgb(248,4,60); }

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