Html Css Color HEX #F81F45 Torch Red

📋 copy color: '#F81F45'

red 248 ◦ green 31 ◦ blue 69

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

Shades of Torch Red #F81F45

Tints of Torch Red #F81F45

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.91%

 BLUE value IS 69 (27.34% from 255) = 19.83%

R = 71.26%
G = 8.91%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.72

 K value IS 0.03

RGB Variations

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

Color information

#F81F45 (or 0xF81F45) is known color: Torch Red. HEX triplet: F8, 1F and 45. RGB value is (248,31,69). Sum of RGB (Red+Green+Blue) = 248+31+69=348 (46% of max value = 765). Red value is 248 (97.27% from 255 or 71.26% from 348); Green value is 31 (12.5% from 255 or 8.91% from 348); Blue value is 69 (27.34% from 255 or 19.83% from 348); Max value from RGB is 248 - color contains mainly: red. Hex color #F81F45 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F81F45 is #07E0BA. Grayscale: #646464. Windows color (decimal): -516283 or 4530168. OLE color: 4530168.

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

Color convert

RGB 248 31 69 -
CMYK 0 0.88 0.72 0.03
HSL 349.49º 0.94% 0.55% -
HSV(B) 349.49º 0.88% 0.97% -
XYZ 40.28 21.37 7.63 -
YUV 100.22 110.39 233.41 -
System Red Green Blue C M Y K H S L
Decimal 248 31 69 0 0.88 0.72 0.03 349.49 0.94 0.55
Hex F8 1F 45 0 58 48 3 15D 5E 37
Octal 370 37 105 0 130 110 3 535 136 67
Binary 11111000 11111 1000101 0 1011000 1001000 11 101011101 1011110 110111

Color Harmonies of #F81F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81F45

Black with #F81F45

Text Example


Text Example

White with #F81F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81F45; }

 p { color: rgb(248,31,69); }

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

background-color css

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

 a { background-color: rgb(248,31,69); }

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

border-color css

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

 span { border-color: rgb(248,31,69); }

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