Html Css Color HEX #F80542 Torch Red

📋 copy color: '#F80542'

red 248 ◦ green 5 ◦ blue 66

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

Shades of Torch Red #F80542

Tints of Torch Red #F80542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.69%

R = 77.74%
G = 1.57%
B = 20.69%

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

#F80542 (or 0xF80542) is known color: Torch Red. HEX triplet: F8, 05 and 42. RGB value is (248,5,66). Sum of RGB (Red+Green+Blue) = 248+5+66=319 (42% of max value = 765). Red value is 248 (97.27% from 255 or 77.74% from 319); Green value is 5 (2.34% from 255 or 1.57% from 319); Blue value is 66 (26.17% from 255 or 20.69% from 319); Max value from RGB is 248 - color contains mainly: red. Hex color #F80542 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80542 is #07FABD. Grayscale: #545454. Windows color (decimal): -522942 or 4326904. OLE color: 4326904.

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

Color convert

RGB 248 5 66 -
CMYK 0 0.98 0.73 0.03
HSL 344.94º 0.96% 0.5% -
HSV(B) 344.94º 0.98% 0.97% -
XYZ 39.75 20.46 7.01 -
YUV 84.61 117.51 244.54 -
System Red Green Blue C M Y K H S L
Decimal 248 5 66 0 0.98 0.73 0.03 344.94 0.96 0.5
Hex F8 5 42 0 62 49 3 159 60 32
Octal 370 5 102 0 142 111 3 531 140 62
Binary 11111000 101 1000010 0 1100010 1001001 11 101011001 1100000 110010

Color Harmonies of #F80542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80542

Black with #F80542

Text Example


Text Example

White with #F80542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80542; }

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

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

background-color css

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

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

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

border-color css

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

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

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