Html Css Color HEX #F80548 Torch Red

📋 copy color: '#F80548'

red 248 ◦ green 5 ◦ blue 72

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

Shades of Torch Red #F80548

Tints of Torch Red #F80548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 22.15%

R = 76.31%
G = 1.54%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.71

 K value IS 0.03

RGB Variations

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

Color information

#F80548 (or 0xF80548) is known color: Torch Red. HEX triplet: F8, 05 and 48. RGB value is (248,5,72). Sum of RGB (Red+Green+Blue) = 248+5+72=325 (43% of max value = 765). Red value is 248 (97.27% from 255 or 76.31% from 325); Green value is 5 (2.34% from 255 or 1.54% from 325); Blue value is 72 (28.52% from 255 or 22.15% from 325); Max value from RGB is 248 - color contains mainly: red. Hex color #F80548 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80548 is #07FAB7. Grayscale: #555555. Windows color (decimal): -522936 or 4720120. OLE color: 4720120.

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

Color convert

RGB 248 5 72 -
CMYK 0 0.98 0.71 0.03
HSL 343.46º 0.96% 0.5% -
HSV(B) 343.46º 0.98% 0.97% -
XYZ 39.94 20.53 7.99 -
YUV 85.3 120.51 244.05 -
System Red Green Blue C M Y K H S L
Decimal 248 5 72 0 0.98 0.71 0.03 343.46 0.96 0.5
Hex F8 5 48 0 62 47 3 157 60 32
Octal 370 5 110 0 142 107 3 527 140 62
Binary 11111000 101 1001000 0 1100010 1000111 11 101010111 1100000 110010

Color Harmonies of #F80548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80548

Black with #F80548

Text Example


Text Example

White with #F80548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80548; }

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

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

background-color css

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

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

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

border-color css

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

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

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