Html Css Color HEX #F81547 Torch Red

📋 copy color: '#F81547'

red 248 ◦ green 21 ◦ blue 71

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

Shades of Torch Red #F81547

Tints of Torch Red #F81547

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.18%

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

R = 72.94%
G = 6.18%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.71

 K value IS 0.03

RGB Variations

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

Color information

#F81547 (or 0xF81547) is known color: Torch Red. HEX triplet: F8, 15 and 47. RGB value is (248,21,71). Sum of RGB (Red+Green+Blue) = 248+21+71=340 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.94% from 340); Green value is 21 (8.59% from 255 or 6.18% from 340); Blue value is 71 (28.12% from 255 or 20.88% from 340); Max value from RGB is 248 - color contains mainly: red. Hex color #F81547 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F81547 is #07EAB8. Grayscale: #5E5E5E. Windows color (decimal): -518841 or 4658680. OLE color: 4658680.

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

Color convert

RGB 248 21 71 -
CMYK 0 0.92 0.71 0.03
HSL 346.78º 0.94% 0.53% -
HSV(B) 346.78º 0.92% 0.97% -
XYZ 40.12 20.95 7.89 -
YUV 94.57 114.71 237.43 -
System Red Green Blue C M Y K H S L
Decimal 248 21 71 0 0.92 0.71 0.03 346.78 0.94 0.53
Hex F8 15 47 0 5C 47 3 15B 5E 35
Octal 370 25 107 0 134 107 3 533 136 65
Binary 11111000 10101 1000111 0 1011100 1000111 11 101011011 1011110 110101

Color Harmonies of #F81547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81547

Black with #F81547

Text Example


Text Example

White with #F81547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81547; }

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

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

background-color css

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

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

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

border-color css

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

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

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