Html Css Color HEX #F80030 Torch Red

📋 copy color: '#F80030'

red 248 ◦ green 0 ◦ blue 48

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

Shades of Torch Red #F80030

Tints of Torch Red #F80030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 16.22%

R = 83.78%
G = 0%
B = 16.22%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#F80030 (or 0xF80030) is known color: Torch Red. HEX triplet: F8, 00 and 30. RGB value is (248,0,48). Sum of RGB (Red+Green+Blue) = 248+0+48=296 (39% of max value = 765). Red value is 248 (97.27% from 255 or 83.78% from 296); Green value is 0 (0.39% from 255 or 0% from 296); Blue value is 48 (19.14% from 255 or 16.22% from 296); Max value from RGB is 248 - color contains mainly: red. Hex color #F80030 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80030 is #07FFCF. Grayscale: #4F4F4F. Windows color (decimal): -524240 or 3145976. OLE color: 3145976.

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

Color convert

RGB 248 0 48 -
CMYK 0 1 0.81 0.03
HSL 348.39º 1% 0.49% -
HSV(B) 348.39º 1% 0.97% -
XYZ 39.24 20.17 4.62 -
YUV 79.62 110.16 248.1 -
System Red Green Blue C M Y K H S L
Decimal 248 0 48 0 1 0.81 0.03 348.39 1 0.49
Hex F8 0 30 0 64 51 3 15C 64 31
Octal 370 0 60 0 144 121 3 534 144 61
Binary 11111000 0 110000 0 1100100 1010001 11 101011100 1100100 110001

Color Harmonies of #F80030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80030

Black with #F80030

Text Example


Text Example

White with #F80030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80030; }

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

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

background-color css

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

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

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

border-color css

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

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

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