Html Css Color HEX #F80147 Torch Red

📋 copy color: '#F80147'

red 248 ◦ green 1 ◦ blue 71

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

Shades of Torch Red #F80147

Tints of Torch Red #F80147

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

 BLUE value IS 71 (28.13% from 255) = 22.19%

R = 77.5%
G = 0.31%
B = 22.19%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.71

 K value IS 0.03

RGB Variations

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

Color information

#F80147 (or 0xF80147) is known color: Torch Red. HEX triplet: F8, 01 and 47. RGB value is (248,1,71). Sum of RGB (Red+Green+Blue) = 248+1+71=320 (42% of max value = 765). Red value is 248 (97.27% from 255 or 77.5% from 320); Green value is 1 (0.78% from 255 or 0.31% from 320); Blue value is 71 (28.12% from 255 or 22.19% from 320); Max value from RGB is 248 - color contains mainly: red. Hex color #F80147 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80147 is #07FEB8. Grayscale: #525252. Windows color (decimal): -523961 or 4653560. OLE color: 4653560.

HSL color Cylindrical-coordinate representation of color #F80147: hue angle of 343º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F80147 is Cyan = 0, Magento = 1.00, Yellow = 0.71 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 1 71 -
CMYK 0 1.00 0.71 0.03
HSL 343º 0.99% 0.49% -
HSV(B) 343º 1% 0.97% -
XYZ 39.86 20.43 7.8 -
YUV 82.83 121.33 245.81 -
System Red Green Blue C M Y K H S L
Decimal 248 1 71 0 1.00 0.71 0.03 343 0.99 0.49
Hex F8 1 47 0 64 47 3 157 63 31
Octal 370 1 107 0 144 107 3 527 143 61
Binary 11111000 1 1000111 0 1100100 1000111 11 101010111 1100011 110001

Color Harmonies of #F80147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80147

Black with #F80147

Text Example


Text Example

White with #F80147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80147; }

 p { color: rgb(248,1,71); }

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

background-color css

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

 a { background-color: rgb(248,1,71); }

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

border-color css

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

 span { border-color: rgb(248,1,71); }

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