Html Css Color HEX #F82143 Torch Red

📋 copy color: '#F82143'

red 248 ◦ green 33 ◦ blue 67

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

Shades of Torch Red #F82143

Tints of Torch Red #F82143

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.48%

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

R = 71.26%
G = 9.48%
B = 19.25%

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

#F82143 (or 0xF82143) is known color: Torch Red. HEX triplet: F8, 21 and 43. RGB value is (248,33,67). Sum of RGB (Red+Green+Blue) = 248+33+67=348 (46% of max value = 765). Red value is 248 (97.27% from 255 or 71.26% from 348); Green value is 33 (13.28% from 255 or 9.48% from 348); Blue value is 67 (26.56% from 255 or 19.25% from 348); Max value from RGB is 248 - color contains mainly: red. Hex color #F82143 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F82143 is #07DEBC. Grayscale: #656565. Windows color (decimal): -515773 or 4399608. OLE color: 4399608.

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

Color convert

RGB 248 33 67 -
CMYK 0 0.87 0.73 0.03
HSL 350.51º 0.94% 0.55% -
HSV(B) 350.51º 0.87% 0.97% -
XYZ 40.27 21.45 7.33 -
YUV 101.16 108.73 232.74 -
System Red Green Blue C M Y K H S L
Decimal 248 33 67 0 0.87 0.73 0.03 350.51 0.94 0.55
Hex F8 21 43 0 57 49 3 15F 5E 37
Octal 370 41 103 0 127 111 3 537 136 67
Binary 11111000 100001 1000011 0 1010111 1001001 11 101011111 1011110 110111

Color Harmonies of #F82143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82143

Black with #F82143

Text Example


Text Example

White with #F82143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82143; }

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

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

background-color css

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

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

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

border-color css

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

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

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