Html Css Color HEX #F81C43 Torch Red

📋 copy color: '#F81C43'

red 248 ◦ green 28 ◦ blue 67

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

Shades of Torch Red #F81C43

Tints of Torch Red #F81C43

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.16%

 BLUE value IS 67 (26.56% from 255) = 19.53%

R = 72.3%
G = 8.16%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.73

 K value IS 0.03

RGB Variations

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

Color information

#F81C43 (or 0xF81C43) is known color: Torch Red. HEX triplet: F8, 1C and 43. RGB value is (248,28,67). Sum of RGB (Red+Green+Blue) = 248+28+67=343 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.30% from 343); Green value is 28 (11.33% from 255 or 8.16% from 343); Blue value is 67 (26.56% from 255 or 19.53% from 343); Max value from RGB is 248 - color contains mainly: red. Hex color #F81C43 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F81C43 is #07E3BC. Grayscale: #626262. Windows color (decimal): -517053 or 4398328. OLE color: 4398328.

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

Color convert

RGB 248 28 67 -
CMYK 0 0.89 0.73 0.03
HSL 349.36º 0.94% 0.54% -
HSV(B) 349.36º 0.89% 0.97% -
XYZ 40.14 21.19 7.29 -
YUV 98.23 110.39 234.83 -
System Red Green Blue C M Y K H S L
Decimal 248 28 67 0 0.89 0.73 0.03 349.36 0.94 0.54
Hex F8 1C 43 0 59 49 3 15D 5E 36
Octal 370 34 103 0 131 111 3 535 136 66
Binary 11111000 11100 1000011 0 1011001 1001001 11 101011101 1011110 110110

Color Harmonies of #F81C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81C43

Black with #F81C43

Text Example


Text Example

White with #F81C43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81C43; }

 p { color: rgb(248,28,67); }

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

background-color css

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

 a { background-color: rgb(248,28,67); }

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

border-color css

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

 span { border-color: rgb(248,28,67); }

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