Html Css Color HEX #F81641 Torch Red

📋 copy color: '#F81641'

red 248 ◦ green 22 ◦ blue 65

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

Shades of Torch Red #F81641

Tints of Torch Red #F81641

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.57%

 BLUE value IS 65 (25.78% from 255) = 19.4%

R = 74.03%
G = 6.57%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#F81641 (or 0xF81641) is known color: Torch Red. HEX triplet: F8, 16 and 41. RGB value is (248,22,65). Sum of RGB (Red+Green+Blue) = 248+22+65=335 (44% of max value = 765). Red value is 248 (97.27% from 255 or 74.03% from 335); Green value is 22 (8.98% from 255 or 6.57% from 335); Blue value is 65 (25.78% from 255 or 19.40% from 335); Max value from RGB is 248 - color contains mainly: red. Hex color #F81641 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F81641 is #07E9BE. Grayscale: #5E5E5E. Windows color (decimal): -518591 or 4265720. OLE color: 4265720.

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

Color convert

RGB 248 22 65 -
CMYK 0 0.91 0.74 0.03
HSL 348.58º 0.94% 0.53% -
HSV(B) 348.58º 0.91% 0.97% -
XYZ 39.95 20.91 6.93 -
YUV 94.48 111.37 237.5 -
System Red Green Blue C M Y K H S L
Decimal 248 22 65 0 0.91 0.74 0.03 348.58 0.94 0.53
Hex F8 16 41 0 5B 4A 3 15D 5E 35
Octal 370 26 101 0 133 112 3 535 136 65
Binary 11111000 10110 1000001 0 1011011 1001010 11 101011101 1011110 110101

Color Harmonies of #F81641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81641

Black with #F81641

Text Example


Text Example

White with #F81641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81641; }

 p { color: rgb(248,22,65); }

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

background-color css

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

 a { background-color: rgb(248,22,65); }

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

border-color css

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

 span { border-color: rgb(248,22,65); }

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