Html Css Color HEX #F82042 Torch Red

📋 copy color: '#F82042'

red 248 ◦ green 32 ◦ blue 66

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

Shades of Torch Red #F82042

Tints of Torch Red #F82042

RGB

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

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

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

R = 71.68%
G = 9.25%
B = 19.08%

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

#F82042 (or 0xF82042) is known color: Torch Red. HEX triplet: F8, 20 and 42. RGB value is (248,32,66). Sum of RGB (Red+Green+Blue) = 248+32+66=346 (45% of max value = 765). Red value is 248 (97.27% from 255 or 71.68% from 346); Green value is 32 (12.89% from 255 or 9.25% from 346); Blue value is 66 (26.17% from 255 or 19.08% from 346); Max value from RGB is 248 - color contains mainly: red. Hex color #F82042 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F82042 is #07DFBD. Grayscale: #646464. Windows color (decimal): -516030 or 4333816. OLE color: 4333816.

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

Color convert

RGB 248 32 66 -
CMYK 0 0.87 0.73 0.03
HSL 350.56º 0.94% 0.55% -
HSV(B) 350.56º 0.87% 0.97% -
XYZ 40.21 21.38 7.16 -
YUV 100.46 108.56 233.24 -
System Red Green Blue C M Y K H S L
Decimal 248 32 66 0 0.87 0.73 0.03 350.56 0.94 0.55
Hex F8 20 42 0 57 49 3 15F 5E 37
Octal 370 40 102 0 127 111 3 537 136 67
Binary 11111000 100000 1000010 0 1010111 1001001 11 101011111 1011110 110111

Color Harmonies of #F82042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82042

Black with #F82042

Text Example


Text Example

White with #F82042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82042; }

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

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

background-color css

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

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

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

border-color css

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

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

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