Html Css Color HEX #F81C42 Torch Red

📋 copy color: '#F81C42'

red 248 ◦ green 28 ◦ blue 66

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

Shades of Torch Red #F81C42

Tints of Torch Red #F81C42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 19.3%

R = 72.51%
G = 8.19%
B = 19.3%

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

#F81C42 (or 0xF81C42) is known color: Torch Red. HEX triplet: F8, 1C and 42. RGB value is (248,28,66). Sum of RGB (Red+Green+Blue) = 248+28+66=342 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.51% from 342); Green value is 28 (11.33% from 255 or 8.19% from 342); Blue value is 66 (26.17% from 255 or 19.30% from 342); Max value from RGB is 248 - color contains mainly: red. Hex color #F81C42 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F81C42 is #07E3BD. Grayscale: #626262. Windows color (decimal): -517054 or 4332792. OLE color: 4332792.

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

Color convert

RGB 248 28 66 -
CMYK 0 0.89 0.73 0.03
HSL 349.64º 0.94% 0.54% -
HSV(B) 349.64º 0.89% 0.97% -
XYZ 40.11 21.18 7.13 -
YUV 98.11 109.89 234.91 -
System Red Green Blue C M Y K H S L
Decimal 248 28 66 0 0.89 0.73 0.03 349.64 0.94 0.54
Hex F8 1C 42 0 59 49 3 15E 5E 36
Octal 370 34 102 0 131 111 3 536 136 66
Binary 11111000 11100 1000010 0 1011001 1001001 11 101011110 1011110 110110

Color Harmonies of #F81C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81C42

Black with #F81C42

Text Example


Text Example

White with #F81C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81C42; }

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

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

background-color css

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

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

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

border-color css

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

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

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