Html Css Color HEX #F91248 Torch Red

📋 copy color: '#F91248'

red 249 ◦ green 18 ◦ blue 72

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

Shades of Torch Red #F91248

Tints of Torch Red #F91248

RGB

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

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

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

R = 73.45%
G = 5.31%
B = 21.24%

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

#F91248 (or 0xF91248) is known color: Torch Red. HEX triplet: F9, 12 and 48. RGB value is (249,18,72). Sum of RGB (Red+Green+Blue) = 249+18+72=339 (44% of max value = 765). Red value is 249 (97.66% from 255 or 73.45% from 339); Green value is 18 (7.42% from 255 or 5.31% from 339); Blue value is 72 (28.52% from 255 or 21.24% from 339); Max value from RGB is 249 - color contains mainly: red. Hex color #F91248 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F91248 is #06EDB7. Grayscale: #5D5D5D. Windows color (decimal): -454072 or 4723449. OLE color: 4723449.

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

Color convert

RGB 249 18 72 -
CMYK 0 0.93 0.71 0.02
HSL 345.97º 0.95% 0.52% -
HSV(B) 345.97º 0.93% 0.98% -
XYZ 40.45 21.04 8.06 -
YUV 93.23 116.03 239.11 -
System Red Green Blue C M Y K H S L
Decimal 249 18 72 0 0.93 0.71 0.02 345.97 0.95 0.52
Hex F9 12 48 0 5D 47 2 15A 5F 34
Octal 371 22 110 0 135 107 2 532 137 64
Binary 11111001 10010 1001000 0 1011101 1000111 10 101011010 1011111 110100

Color Harmonies of #F91248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91248

Black with #F91248

Text Example


Text Example

White with #F91248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91248; }

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

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

background-color css

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

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

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

border-color css

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

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

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