Html Css Color HEX #F81F3A Torch Red

📋 copy color: '#F81F3A'

red 248 ◦ green 31 ◦ blue 58

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

Shades of Torch Red #F81F3A

Tints of Torch Red #F81F3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.21%

R = 73.59%
G = 9.2%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.77

 K value IS 0.03

RGB Variations

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

Color information

#F81F3A (or 0xF81F3A) is known color: Torch Red. HEX triplet: F8, 1F and 3A. RGB value is (248,31,58). Sum of RGB (Red+Green+Blue) = 248+31+58=337 (44% of max value = 765). Red value is 248 (97.27% from 255 or 73.59% from 337); Green value is 31 (12.5% from 255 or 9.20% from 337); Blue value is 58 (23.05% from 255 or 17.21% from 337); Max value from RGB is 248 - color contains mainly: red. Hex color #F81F3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F81F3A is #07E0C5. Grayscale: #636363. Windows color (decimal): -516294 or 3809272. OLE color: 3809272.

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

Color convert

RGB 248 31 58 -
CMYK 0 0.88 0.77 0.03
HSL 352.53º 0.94% 0.55% -
HSV(B) 352.53º 0.88% 0.97% -
XYZ 39.97 21.24 6 -
YUV 98.96 104.89 234.3 -
System Red Green Blue C M Y K H S L
Decimal 248 31 58 0 0.88 0.77 0.03 352.53 0.94 0.55
Hex F8 1F 3A 0 58 4D 3 161 5E 37
Octal 370 37 72 0 130 115 3 541 136 67
Binary 11111000 11111 111010 0 1011000 1001101 11 101100001 1011110 110111

Color Harmonies of #F81F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81F3A

Black with #F81F3A

Text Example


Text Example

White with #F81F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81F3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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