Html Css Color HEX #F92144 Torch Red

📋 copy color: '#F92144'

red 249 ◦ green 33 ◦ blue 68

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

Shades of Torch Red #F92144

Tints of Torch Red #F92144

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.43%

 BLUE value IS 68 (26.95% from 255) = 19.43%

R = 71.14%
G = 9.43%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#F92144 (or 0xF92144) is known color: Torch Red. HEX triplet: F9, 21 and 44. RGB value is (249,33,68). Sum of RGB (Red+Green+Blue) = 249+33+68=350 (46% of max value = 765). Red value is 249 (97.66% from 255 or 71.14% from 350); Green value is 33 (13.28% from 255 or 9.43% from 350); Blue value is 68 (26.95% from 255 or 19.43% from 350); Max value from RGB is 249 - color contains mainly: red. Hex color #F92144 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92144 is #06DEBB. Grayscale: #656565. Windows color (decimal): -450236 or 4465145. OLE color: 4465145.

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

Color convert

RGB 249 33 68 -
CMYK 0 0.87 0.73 0.02
HSL 350.28º 0.95% 0.55% -
HSV(B) 350.28º 0.87% 0.98% -
XYZ 40.65 21.64 7.5 -
YUV 101.57 109.06 233.15 -
System Red Green Blue C M Y K H S L
Decimal 249 33 68 0 0.87 0.73 0.02 350.28 0.95 0.55
Hex F9 21 44 0 57 49 2 15E 5F 37
Octal 371 41 104 0 127 111 2 536 137 67
Binary 11111001 100001 1000100 0 1010111 1001001 10 101011110 1011111 110111

Color Harmonies of #F92144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92144

Black with #F92144

Text Example


Text Example

White with #F92144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92144; }

 p { color: rgb(249,33,68); }

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

background-color css

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

 a { background-color: rgb(249,33,68); }

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

border-color css

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

 span { border-color: rgb(249,33,68); }

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