Html Css Color HEX #F82044 Torch Red

📋 copy color: '#F82044'

red 248 ◦ green 32 ◦ blue 68

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

Shades of Torch Red #F82044

Tints of Torch Red #F82044

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.2%

 BLUE value IS 68 (26.95% from 255) = 19.54%

R = 71.26%
G = 9.2%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.73

 K value IS 0.03

RGB Variations

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

Color information

#F82044 (or 0xF82044) is known color: Torch Red. HEX triplet: F8, 20 and 44. RGB value is (248,32,68). Sum of RGB (Red+Green+Blue) = 248+32+68=348 (46% of max value = 765). Red value is 248 (97.27% from 255 or 71.26% from 348); Green value is 32 (12.89% from 255 or 9.20% from 348); Blue value is 68 (26.95% from 255 or 19.54% from 348); Max value from RGB is 248 - color contains mainly: red. Hex color #F82044 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F82044 is #07DFBB. Grayscale: #646464. Windows color (decimal): -516028 or 4464888. OLE color: 4464888.

HSL color Cylindrical-coordinate representation of color #F82044: hue angle of 350º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F82044 is Cyan = 0, Magento = 0.87, Yellow = 0.73 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 32 68 -
CMYK 0 0.87 0.73 0.03
HSL 350º 0.94% 0.55% -
HSV(B) 350º 0.87% 0.97% -
XYZ 40.27 21.41 7.48 -
YUV 100.69 109.56 233.07 -
System Red Green Blue C M Y K H S L
Decimal 248 32 68 0 0.87 0.73 0.03 350 0.94 0.55
Hex F8 20 44 0 57 49 3 15E 5E 37
Octal 370 40 104 0 127 111 3 536 136 67
Binary 11111000 100000 1000100 0 1010111 1001001 11 101011110 1011110 110111

Color Harmonies of #F82044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82044

Black with #F82044

Text Example


Text Example

White with #F82044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82044; }

 p { color: rgb(248,32,68); }

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

background-color css

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

 a { background-color: rgb(248,32,68); }

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

border-color css

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

 span { border-color: rgb(248,32,68); }

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