Html Css Color HEX #F81449 Torch Red

📋 copy color: '#F81449'

red 248 ◦ green 20 ◦ blue 73

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

Shades of Torch Red #F81449

Tints of Torch Red #F81449

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.87%

 BLUE value IS 73 (28.91% from 255) = 21.41%

R = 72.73%
G = 5.87%
B = 21.41%

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

#F81449 (or 0xF81449) is known color: Torch Red. HEX triplet: F8, 14 and 49. RGB value is (248,20,73). Sum of RGB (Red+Green+Blue) = 248+20+73=341 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.73% from 341); Green value is 20 (8.20% from 255 or 5.87% from 341); Blue value is 73 (28.91% from 255 or 21.41% from 341); Max value from RGB is 248 - color contains mainly: red. Hex color #F81449 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F81449 is #07EBB6. Grayscale: #5E5E5E. Windows color (decimal): -519095 or 4789496. OLE color: 4789496.

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

Color convert

RGB 248 20 73 -
CMYK 0 0.92 0.71 0.03
HSL 346.05º 0.94% 0.53% -
HSV(B) 346.05º 0.92% 0.97% -
XYZ 40.16 20.94 8.23 -
YUV 94.21 116.04 237.69 -
System Red Green Blue C M Y K H S L
Decimal 248 20 73 0 0.92 0.71 0.03 346.05 0.94 0.53
Hex F8 14 49 0 5C 47 3 15A 5E 35
Octal 370 24 111 0 134 107 3 532 136 65
Binary 11111000 10100 1001001 0 1011100 1000111 11 101011010 1011110 110101

Color Harmonies of #F81449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81449

Black with #F81449

Text Example


Text Example

White with #F81449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81449; }

 p { color: rgb(248,20,73); }

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

background-color css

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

 a { background-color: rgb(248,20,73); }

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

border-color css

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

 span { border-color: rgb(248,20,73); }

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