Html Css Color HEX #F91148 Torch Red

📋 copy color: '#F91148'

red 249 ◦ green 17 ◦ blue 72

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

Shades of Torch Red #F91148

Tints of Torch Red #F91148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 21.3%

R = 73.67%
G = 5.03%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#F91148 (or 0xF91148) is known color: Torch Red. HEX triplet: F9, 11 and 48. RGB value is (249,17,72). Sum of RGB (Red+Green+Blue) = 249+17+72=338 (44% of max value = 765). Red value is 249 (97.66% from 255 or 73.67% from 338); Green value is 17 (7.03% from 255 or 5.03% from 338); Blue value is 72 (28.52% from 255 or 21.30% from 338); Max value from RGB is 249 - color contains mainly: red. Hex color #F91148 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F91148 is #06EEB7. Grayscale: #5C5C5C. Windows color (decimal): -454328 or 4723193. OLE color: 4723193.

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

Color convert

RGB 249 17 72 -
CMYK 0 0.93 0.71 0.02
HSL 345.78º 0.95% 0.52% -
HSV(B) 345.78º 0.93% 0.98% -
XYZ 40.44 21.01 8.05 -
YUV 92.64 116.36 239.53 -
System Red Green Blue C M Y K H S L
Decimal 249 17 72 0 0.93 0.71 0.02 345.78 0.95 0.52
Hex F9 11 48 0 5D 47 2 15A 5F 34
Octal 371 21 110 0 135 107 2 532 137 64
Binary 11111001 10001 1001000 0 1011101 1000111 10 101011010 1011111 110100

Color Harmonies of #F91148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91148

Black with #F91148

Text Example


Text Example

White with #F91148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91148; }

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

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

background-color css

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

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

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

border-color css

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

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

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