Html Css Color HEX #F90122 Torch Red

📋 copy color: '#F90122'

red 249 ◦ green 1 ◦ blue 34

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

Shades of Torch Red #F90122

Tints of Torch Red #F90122

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

 BLUE value IS 34 (13.67% from 255) = 11.97%

R = 87.68%
G = 0.35%
B = 11.97%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#F90122 (or 0xF90122) is known color: Torch Red. HEX triplet: F9, 01 and 22. RGB value is (249,1,34). Sum of RGB (Red+Green+Blue) = 249+1+34=284 (37% of max value = 765). Red value is 249 (97.66% from 255 or 87.68% from 284); Green value is 1 (0.78% from 255 or 0.35% from 284); Blue value is 34 (13.67% from 255 or 11.97% from 284); Max value from RGB is 249 - color contains mainly: red. Hex color #F90122 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90122 is #06FEDD. Grayscale: #4F4F4F. Windows color (decimal): -458462 or 2228729. OLE color: 2228729.

HSL color Cylindrical-coordinate representation of color #F90122: hue angle of 352.02º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F90122 is Cyan = 0, Magento = 1.00, Yellow = 0.86 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 1 34 -
CMYK 0 1.00 0.86 0.02
HSL 352.02º 0.99% 0.49% -
HSV(B) 352.02º 1% 0.98% -
XYZ 39.37 20.28 3.35 -
YUV 78.91 102.66 249.32 -
System Red Green Blue C M Y K H S L
Decimal 249 1 34 0 1.00 0.86 0.02 352.02 0.99 0.49
Hex F9 1 22 0 64 56 2 160 63 31
Octal 371 1 42 0 144 126 2 540 143 61
Binary 11111001 1 100010 0 1100100 1010110 10 101100000 1100011 110001

Color Harmonies of #F90122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90122

Black with #F90122

Text Example


Text Example

White with #F90122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90122; }

 p { color: rgb(249,1,34); }

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

background-color css

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

 a { background-color: rgb(249,1,34); }

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

border-color css

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

 span { border-color: rgb(249,1,34); }

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