Html Css Color HEX #F80543 Torch Red

📋 copy color: '#F80543'

red 248 ◦ green 5 ◦ blue 67

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

Shades of Torch Red #F80543

Tints of Torch Red #F80543

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 20.94%

R = 77.5%
G = 1.56%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.73

 K value IS 0.03

RGB Variations

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

Color information

#F80543 (or 0xF80543) is known color: Torch Red. HEX triplet: F8, 05 and 43. RGB value is (248,5,67). Sum of RGB (Red+Green+Blue) = 248+5+67=320 (42% of max value = 765). Red value is 248 (97.27% from 255 or 77.5% from 320); Green value is 5 (2.34% from 255 or 1.56% from 320); Blue value is 67 (26.56% from 255 or 20.94% from 320); Max value from RGB is 248 - color contains mainly: red. Hex color #F80543 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80543 is #07FABC. Grayscale: #545454. Windows color (decimal): -522941 or 4392440. OLE color: 4392440.

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

Color convert

RGB 248 5 67 -
CMYK 0 0.98 0.73 0.03
HSL 344.69º 0.96% 0.5% -
HSV(B) 344.69º 0.98% 0.97% -
XYZ 39.78 20.47 7.16 -
YUV 84.73 118.01 244.46 -
System Red Green Blue C M Y K H S L
Decimal 248 5 67 0 0.98 0.73 0.03 344.69 0.96 0.5
Hex F8 5 43 0 62 49 3 159 60 32
Octal 370 5 103 0 142 111 3 531 140 62
Binary 11111000 101 1000011 0 1100010 1001001 11 101011001 1100000 110010

Color Harmonies of #F80543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80543

Black with #F80543

Text Example


Text Example

White with #F80543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80543; }

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

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

background-color css

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

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

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

border-color css

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

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

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