Html Css Color HEX #F8003A Torch Red

📋 copy color: '#F8003A'

red 248 ◦ green 0 ◦ blue 58

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

Shades of Torch Red #F8003A

Tints of Torch Red #F8003A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.95%

R = 81.05%
G = 0%
B = 18.95%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.77

 K value IS 0.03

RGB Variations

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

Color information

#F8003A (or 0xF8003A) is known color: Torch Red. HEX triplet: F8, 00 and 3A. RGB value is (248,0,58). Sum of RGB (Red+Green+Blue) = 248+0+58=306 (40% of max value = 765). Red value is 248 (97.27% from 255 or 81.05% from 306); Green value is 0 (0.39% from 255 or 0% from 306); Blue value is 58 (23.05% from 255 or 18.95% from 306); Max value from RGB is 248 - color contains mainly: red. Hex color #F8003A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8003A is #07FFC5. Grayscale: #505050. Windows color (decimal): -524230 or 3801336. OLE color: 3801336.

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

Color convert

RGB 248 0 58 -
CMYK 0 1 0.77 0.03
HSL 345.97º 1% 0.49% -
HSV(B) 345.97º 1% 0.97% -
XYZ 39.48 20.26 5.83 -
YUV 80.76 115.16 247.28 -
System Red Green Blue C M Y K H S L
Decimal 248 0 58 0 1 0.77 0.03 345.97 1 0.49
Hex F8 0 3A 0 64 4D 3 15A 64 31
Octal 370 0 72 0 144 115 3 532 144 61
Binary 11111000 0 111010 0 1100100 1001101 11 101011010 1100100 110001

Color Harmonies of #F8003A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8003A

Black with #F8003A

Text Example


Text Example

White with #F8003A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8003A; }

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

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

background-color css

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

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

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

border-color css

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

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

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