Html Css Color HEX #F80447 Torch Red

📋 copy color: '#F80447'

red 248 ◦ green 4 ◦ blue 71

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

Shades of Torch Red #F80447

Tints of Torch Red #F80447

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.24%

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

R = 76.78%
G = 1.24%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.71

 K value IS 0.03

RGB Variations

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

Color information

#F80447 (or 0xF80447) is known color: Torch Red. HEX triplet: F8, 04 and 47. RGB value is (248,4,71). Sum of RGB (Red+Green+Blue) = 248+4+71=323 (42% of max value = 765). Red value is 248 (97.27% from 255 or 76.78% from 323); Green value is 4 (1.95% from 255 or 1.24% from 323); Blue value is 71 (28.12% from 255 or 21.98% from 323); Max value from RGB is 248 - color contains mainly: red. Hex color #F80447 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80447 is #07FBB8. Grayscale: #545454. Windows color (decimal): -523193 or 4654328. OLE color: 4654328.

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

Color convert

RGB 248 4 71 -
CMYK 0 0.98 0.71 0.03
HSL 343.52º 0.97% 0.49% -
HSV(B) 343.52º 0.98% 0.97% -
XYZ 39.89 20.5 7.82 -
YUV 84.59 120.34 244.55 -
System Red Green Blue C M Y K H S L
Decimal 248 4 71 0 0.98 0.71 0.03 343.52 0.97 0.49
Hex F8 4 47 0 62 47 3 158 61 31
Octal 370 4 107 0 142 107 3 530 141 61
Binary 11111000 100 1000111 0 1100010 1000111 11 101011000 1100001 110001

Color Harmonies of #F80447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80447

Black with #F80447

Text Example


Text Example

White with #F80447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80447; }

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

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

background-color css

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

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

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

border-color css

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

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

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