Html Css Color HEX #F90216 Torch Red

📋 copy color: '#F90216'

red 249 ◦ green 2 ◦ blue 22

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

Shades of Torch Red #F90216

Tints of Torch Red #F90216

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.73%

 BLUE value IS 22 (8.98% from 255) = 8.06%

R = 91.21%
G = 0.73%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#F90216 (or 0xF90216) is known color: Torch Red. HEX triplet: F9, 02 and 16. RGB value is (249,2,22). Sum of RGB (Red+Green+Blue) = 249+2+22=273 (36% of max value = 765). Red value is 249 (97.66% from 255 or 91.21% from 273); Green value is 2 (1.17% from 255 or 0.73% from 273); Blue value is 22 (8.98% from 255 or 8.06% from 273); Max value from RGB is 249 - color contains mainly: red. Hex color #F90216 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F90216 is #06FDE9. Grayscale: #4E4E4E. Windows color (decimal): -458218 or 1442553. OLE color: 1442553.

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

Color convert

RGB 249 2 22 -
CMYK 0 0.99 0.91 0.02
HSL 355.14º 0.98% 0.49% -
HSV(B) 355.14º 0.99% 0.98% -
XYZ 39.23 20.24 2.6 -
YUV 78.13 96.33 249.87 -
System Red Green Blue C M Y K H S L
Decimal 249 2 22 0 0.99 0.91 0.02 355.14 0.98 0.49
Hex F9 2 16 0 63 5B 2 163 62 31
Octal 371 2 26 0 143 133 2 543 142 61
Binary 11111001 10 10110 0 1100011 1011011 10 101100011 1100010 110001

Color Harmonies of #F90216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90216

Black with #F90216

Text Example


Text Example

White with #F90216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90216; }

 p { color: rgb(249,2,22); }

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

background-color css

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

 a { background-color: rgb(249,2,22); }

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

border-color css

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

 span { border-color: rgb(249,2,22); }

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