Html Css Color HEX #F90210 Torch Red

📋 copy color: '#F90210'

red 249 ◦ green 2 ◦ blue 16

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

Shades of Torch Red #F90210

Tints of Torch Red #F90210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.99%

R = 93.26%
G = 0.75%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#F90210 (or 0xF90210) is known color: Torch Red. HEX triplet: F9, 02 and 10. RGB value is (249,2,16). Sum of RGB (Red+Green+Blue) = 249+2+16=267 (35% of max value = 765). Red value is 249 (97.66% from 255 or 93.26% from 267); Green value is 2 (1.17% from 255 or 0.75% from 267); Blue value is 16 (6.64% from 255 or 5.99% from 267); Max value from RGB is 249 - color contains mainly: red. Hex color #F90210 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F90210 is #06FDEF. Grayscale: #4D4D4D. Windows color (decimal): -458224 or 1049337. OLE color: 1049337.

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

Color convert

RGB 249 2 16 -
CMYK 0 0.99 0.94 0.02
HSL 356.6º 0.98% 0.49% -
HSV(B) 356.6º 0.99% 0.98% -
XYZ 39.18 20.22 2.33 -
YUV 77.45 93.33 250.36 -
System Red Green Blue C M Y K H S L
Decimal 249 2 16 0 0.99 0.94 0.02 356.6 0.98 0.49
Hex F9 2 10 0 63 5E 2 165 62 31
Octal 371 2 20 0 143 136 2 545 142 61
Binary 11111001 10 10000 0 1100011 1011110 10 101100101 1100010 110001

Color Harmonies of #F90210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90210

Black with #F90210

Text Example


Text Example

White with #F90210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90210; }

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

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

background-color css

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

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

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

border-color css

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

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

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