Html Css Color HEX #F81748 Torch Red

📋 copy color: '#F81748'

red 248 ◦ green 23 ◦ blue 72

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

Shades of Torch Red #F81748

Tints of Torch Red #F81748

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.71%

 BLUE value IS 72 (28.52% from 255) = 20.99%

R = 72.3%
G = 6.71%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.71

 K value IS 0.03

RGB Variations

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

Color information

#F81748 (or 0xF81748) is known color: Torch Red. HEX triplet: F8, 17 and 48. RGB value is (248,23,72). Sum of RGB (Red+Green+Blue) = 248+23+72=343 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.30% from 343); Green value is 23 (9.38% from 255 or 6.71% from 343); Blue value is 72 (28.52% from 255 or 20.99% from 343); Max value from RGB is 248 - color contains mainly: red. Hex color #F81748 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F81748 is #07E8B7. Grayscale: #5F5F5F. Windows color (decimal): -518328 or 4724728. OLE color: 4724728.

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

Color convert

RGB 248 23 72 -
CMYK 0 0.91 0.71 0.03
HSL 346.93º 0.94% 0.53% -
HSV(B) 346.93º 0.91% 0.97% -
XYZ 40.19 21.04 8.07 -
YUV 95.86 114.54 236.52 -
System Red Green Blue C M Y K H S L
Decimal 248 23 72 0 0.91 0.71 0.03 346.93 0.94 0.53
Hex F8 17 48 0 5B 47 3 15B 5E 35
Octal 370 27 110 0 133 107 3 533 136 65
Binary 11111000 10111 1001000 0 1011011 1000111 11 101011011 1011110 110101

Color Harmonies of #F81748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81748

Black with #F81748

Text Example


Text Example

White with #F81748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81748; }

 p { color: rgb(248,23,72); }

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

background-color css

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

 a { background-color: rgb(248,23,72); }

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

border-color css

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

 span { border-color: rgb(248,23,72); }

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