Html Css Color HEX #F90B32 Torch Red

📋 copy color: '#F90B32'

red 249 ◦ green 11 ◦ blue 50

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

Shades of Torch Red #F90B32

Tints of Torch Red #F90B32

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.55%

 BLUE value IS 50 (19.92% from 255) = 16.13%

R = 80.32%
G = 3.55%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#F90B32 (or 0xF90B32) is known color: Torch Red. HEX triplet: F9, 0B and 32. RGB value is (249,11,50). Sum of RGB (Red+Green+Blue) = 249+11+50=310 (41% of max value = 765). Red value is 249 (97.66% from 255 or 80.32% from 310); Green value is 11 (4.69% from 255 or 3.55% from 310); Blue value is 50 (19.92% from 255 or 16.13% from 310); Max value from RGB is 249 - color contains mainly: red. Hex color #F90B32 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90B32 is #06F4CD. Grayscale: #565656. Windows color (decimal): -455886 or 3279865. OLE color: 3279865.

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

Color convert

RGB 249 11 50 -
CMYK 0 0.96 0.80 0.02
HSL 350.17º 0.95% 0.51% -
HSV(B) 350.17º 0.96% 0.98% -
XYZ 39.76 20.61 4.9 -
YUV 86.61 107.35 243.83 -
System Red Green Blue C M Y K H S L
Decimal 249 11 50 0 0.96 0.80 0.02 350.17 0.95 0.51
Hex F9 B 32 0 60 50 2 15E 5F 33
Octal 371 13 62 0 140 120 2 536 137 63
Binary 11111001 1011 110010 0 1100000 1010000 10 101011110 1011111 110011

Color Harmonies of #F90B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90B32

Black with #F90B32

Text Example


Text Example

White with #F90B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90B32; }

 p { color: rgb(249,11,50); }

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

background-color css

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

 a { background-color: rgb(249,11,50); }

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

border-color css

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

 span { border-color: rgb(249,11,50); }

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