Html Css Color HEX #F91742 Torch Red

📋 copy color: '#F91742'

red 249 ◦ green 23 ◦ blue 66

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

Shades of Torch Red #F91742

Tints of Torch Red #F91742

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.8%

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

R = 73.67%
G = 6.8%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#F91742 (or 0xF91742) is known color: Torch Red. HEX triplet: F9, 17 and 42. RGB value is (249,23,66). Sum of RGB (Red+Green+Blue) = 249+23+66=338 (44% of max value = 765). Red value is 249 (97.66% from 255 or 73.67% from 338); Green value is 23 (9.38% from 255 or 6.80% from 338); Blue value is 66 (26.17% from 255 or 19.53% from 338); Max value from RGB is 249 - color contains mainly: red. Hex color #F91742 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F91742 is #06E8BD. Grayscale: #5F5F5F. Windows color (decimal): -452798 or 4331513. OLE color: 4331513.

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

Color convert

RGB 249 23 66 -
CMYK 0 0.91 0.73 0.02
HSL 348.58º 0.95% 0.53% -
HSV(B) 348.58º 0.91% 0.98% -
XYZ 40.36 21.15 7.11 -
YUV 95.48 111.37 237.5 -
System Red Green Blue C M Y K H S L
Decimal 249 23 66 0 0.91 0.73 0.02 348.58 0.95 0.53
Hex F9 17 42 0 5B 49 2 15D 5F 35
Octal 371 27 102 0 133 111 2 535 137 65
Binary 11111001 10111 1000010 0 1011011 1001001 10 101011101 1011111 110101

Color Harmonies of #F91742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91742

Black with #F91742

Text Example


Text Example

White with #F91742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91742; }

 p { color: rgb(249,23,66); }

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

background-color css

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

 a { background-color: rgb(249,23,66); }

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

border-color css

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

 span { border-color: rgb(249,23,66); }

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