Html Css Color HEX #F91246 Torch Red

📋 copy color: '#F91246'

red 249 ◦ green 18 ◦ blue 70

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

Shades of Torch Red #F91246

Tints of Torch Red #F91246

RGB

 RED value IS 249 (97.66% from 255) = 73.89%

 GREEN value IS 18 (7.42% from 255) = 5.34%

 BLUE value IS 70 (27.73% from 255) = 20.77%

R = 73.89%
G = 5.34%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#F91246 (or 0xF91246) is known color: Torch Red. HEX triplet: F9, 12 and 46. RGB value is (249,18,70). Sum of RGB (Red+Green+Blue) = 249+18+70=337 (44% of max value = 765). Red value is 249 (97.66% from 255 or 73.89% from 337); Green value is 18 (7.42% from 255 or 5.34% from 337); Blue value is 70 (27.73% from 255 or 20.77% from 337); Max value from RGB is 249 - color contains mainly: red. Hex color #F91246 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F91246 is #06EDB9. Grayscale: #5D5D5D. Windows color (decimal): -454074 or 4592377. OLE color: 4592377.

HSL color Cylindrical-coordinate representation of color #F91246: hue angle of 346.49º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F91246 is Cyan = 0, Magento = 0.93, Yellow = 0.72 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 18 70 -
CMYK 0 0.93 0.72 0.02
HSL 346.49º 0.95% 0.52% -
HSV(B) 346.49º 0.93% 0.98% -
XYZ 40.39 21.01 7.72 -
YUV 93 115.03 239.27 -
System Red Green Blue C M Y K H S L
Decimal 249 18 70 0 0.93 0.72 0.02 346.49 0.95 0.52
Hex F9 12 46 0 5D 48 2 15A 5F 34
Octal 371 22 106 0 135 110 2 532 137 64
Binary 11111001 10010 1000110 0 1011101 1001000 10 101011010 1011111 110100

Color Harmonies of #F91246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91246

Black with #F91246

Text Example


Text Example

White with #F91246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91246; }

 p { color: rgb(249,18,70); }

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

background-color css

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

 a { background-color: rgb(249,18,70); }

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

border-color css

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

 span { border-color: rgb(249,18,70); }

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