Html Css Color HEX #F8004A Torch Red

📋 copy color: '#F8004A'

red 248 ◦ green 0 ◦ blue 74

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

Shades of Torch Red #F8004A

Tints of Torch Red #F8004A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 74 (29.3% from 255) = 22.98%

R = 77.02%
G = 0%
B = 22.98%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#F8004A (or 0xF8004A) is known color: Torch Red. HEX triplet: F8, 00 and 4A. RGB value is (248,0,74). Sum of RGB (Red+Green+Blue) = 248+0+74=322 (42% of max value = 765). Red value is 248 (97.27% from 255 or 77.02% from 322); Green value is 0 (0.39% from 255 or 0% from 322); Blue value is 74 (29.30% from 255 or 22.98% from 322); Max value from RGB is 248 - color contains mainly: red. Hex color #F8004A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8004A is #07FFB5. Grayscale: #525252. Windows color (decimal): -524214 or 4849912. OLE color: 4849912.

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

Color convert

RGB 248 0 74 -
CMYK 0 1 0.70 0.03
HSL 342.1º 1% 0.49% -
HSV(B) 342.1º 1% 0.97% -
XYZ 39.95 20.45 8.32 -
YUV 82.59 123.16 245.98 -
System Red Green Blue C M Y K H S L
Decimal 248 0 74 0 1 0.70 0.03 342.1 1 0.49
Hex F8 0 4A 0 64 46 3 156 64 31
Octal 370 0 112 0 144 106 3 526 144 61
Binary 11111000 0 1001010 0 1100100 1000110 11 101010110 1100100 110001

Color Harmonies of #F8004A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8004A

Black with #F8004A

Text Example


Text Example

White with #F8004A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8004A; }

 p { color: rgb(248,0,74); }

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

background-color css

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

 a { background-color: rgb(248,0,74); }

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

border-color css

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

 span { border-color: rgb(248,0,74); }

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