Html Css Color HEX #F91145 Torch Red

📋 copy color: '#F91145'

red 249 ◦ green 17 ◦ blue 69

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

Shades of Torch Red #F91145

Tints of Torch Red #F91145

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.07%

 BLUE value IS 69 (27.34% from 255) = 20.6%

R = 74.33%
G = 5.07%
B = 20.6%

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

#F91145 (or 0xF91145) is known color: Torch Red. HEX triplet: F9, 11 and 45. RGB value is (249,17,69). Sum of RGB (Red+Green+Blue) = 249+17+69=335 (44% of max value = 765). Red value is 249 (97.66% from 255 or 74.33% from 335); Green value is 17 (7.03% from 255 or 5.07% from 335); Blue value is 69 (27.34% from 255 or 20.60% from 335); Max value from RGB is 249 - color contains mainly: red. Hex color #F91145 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F91145 is #06EEBA. Grayscale: #5C5C5C. Windows color (decimal): -454331 or 4526585. OLE color: 4526585.

HSL color Cylindrical-coordinate representation of color #F91145: hue angle of 346.55º 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 #F91145 is Cyan = 0, Magento = 0.93, Yellow = 0.72 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 17 69 -
CMYK 0 0.93 0.72 0.02
HSL 346.55º 0.95% 0.52% -
HSV(B) 346.55º 0.93% 0.98% -
XYZ 40.34 20.97 7.55 -
YUV 92.3 114.86 239.77 -
System Red Green Blue C M Y K H S L
Decimal 249 17 69 0 0.93 0.72 0.02 346.55 0.95 0.52
Hex F9 11 45 0 5D 48 2 15B 5F 34
Octal 371 21 105 0 135 110 2 533 137 64
Binary 11111001 10001 1000101 0 1011101 1001000 10 101011011 1011111 110100

Color Harmonies of #F91145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91145

Black with #F91145

Text Example


Text Example

White with #F91145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91145; }

 p { color: rgb(249,17,69); }

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

background-color css

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

 a { background-color: rgb(249,17,69); }

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

border-color css

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

 span { border-color: rgb(249,17,69); }

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