Html Css Color HEX #F80545 Torch Red

📋 copy color: '#F80545'

red 248 ◦ green 5 ◦ blue 69

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

Shades of Torch Red #F80545

Tints of Torch Red #F80545

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.55%

 BLUE value IS 69 (27.34% from 255) = 21.43%

R = 77.02%
G = 1.55%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.72

 K value IS 0.03

RGB Variations

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

Color information

#F80545 (or 0xF80545) is known color: Torch Red. HEX triplet: F8, 05 and 45. RGB value is (248,5,69). Sum of RGB (Red+Green+Blue) = 248+5+69=322 (42% of max value = 765). Red value is 248 (97.27% from 255 or 77.02% from 322); Green value is 5 (2.34% from 255 or 1.55% from 322); Blue value is 69 (27.34% from 255 or 21.43% from 322); Max value from RGB is 248 - color contains mainly: red. Hex color #F80545 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80545 is #07FABA. Grayscale: #545454. Windows color (decimal): -522939 or 4523512. OLE color: 4523512.

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

Color convert

RGB 248 5 69 -
CMYK 0 0.98 0.72 0.03
HSL 344.2º 0.96% 0.5% -
HSV(B) 344.2º 0.98% 0.97% -
XYZ 39.84 20.49 7.49 -
YUV 84.95 119.01 244.3 -
System Red Green Blue C M Y K H S L
Decimal 248 5 69 0 0.98 0.72 0.03 344.2 0.96 0.5
Hex F8 5 45 0 62 48 3 158 60 32
Octal 370 5 105 0 142 110 3 530 140 62
Binary 11111000 101 1000101 0 1100010 1001000 11 101011000 1100000 110010

Color Harmonies of #F80545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80545

Black with #F80545

Text Example


Text Example

White with #F80545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80545; }

 p { color: rgb(248,5,69); }

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

background-color css

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

 a { background-color: rgb(248,5,69); }

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

border-color css

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

 span { border-color: rgb(248,5,69); }

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