Html Css Color HEX #F82043 Torch Red

📋 copy color: '#F82043'

red 248 ◦ green 32 ◦ blue 67

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

Shades of Torch Red #F82043

Tints of Torch Red #F82043

RGB

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

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

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

R = 71.47%
G = 9.22%
B = 19.31%

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

#F82043 (or 0xF82043) is known color: Torch Red. HEX triplet: F8, 20 and 43. RGB value is (248,32,67). Sum of RGB (Red+Green+Blue) = 248+32+67=347 (45% of max value = 765). Red value is 248 (97.27% from 255 or 71.47% from 347); Green value is 32 (12.89% from 255 or 9.22% from 347); Blue value is 67 (26.56% from 255 or 19.31% from 347); Max value from RGB is 248 - color contains mainly: red. Hex color #F82043 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F82043 is #07DFBC. Grayscale: #646464. Windows color (decimal): -516029 or 4399352. OLE color: 4399352.

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

Color convert

RGB 248 32 67 -
CMYK 0 0.87 0.73 0.03
HSL 350.28º 0.94% 0.55% -
HSV(B) 350.28º 0.87% 0.97% -
XYZ 40.24 21.39 7.32 -
YUV 100.57 109.06 233.15 -
System Red Green Blue C M Y K H S L
Decimal 248 32 67 0 0.87 0.73 0.03 350.28 0.94 0.55
Hex F8 20 43 0 57 49 3 15E 5E 37
Octal 370 40 103 0 127 111 3 536 136 67
Binary 11111000 100000 1000011 0 1010111 1001001 11 101011110 1011110 110111

Color Harmonies of #F82043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82043

Black with #F82043

Text Example


Text Example

White with #F82043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82043; }

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

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

background-color css

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

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

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

border-color css

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

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

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