Html Css Color HEX #F90106 Torch Red

📋 copy color: '#F90106'

red 249 ◦ green 1 ◦ blue 6

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

Shades of Torch Red #F90106

Tints of Torch Red #F90106

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.34%

R = 97.27%
G = 0.39%
B = 2.34%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#F90106 (or 0xF90106) is known color: Torch Red. HEX triplet: F9, 01 and 06. RGB value is (249,1,6). Sum of RGB (Red+Green+Blue) = 249+1+6=256 (33% of max value = 765). Red value is 249 (97.66% from 255 or 97.27% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 6 (2.73% from 255 or 2.34% from 256); Max value from RGB is 249 - color contains mainly: red. Hex color #F90106 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F90106 is #06FEF9. Grayscale: #4B4B4B. Windows color (decimal): -458490 or 393721. OLE color: 393721.

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

Color convert

RGB 249 1 6 -
CMYK 0 1.00 0.98 0.02
HSL 358.79º 0.99% 0.49% -
HSV(B) 358.79º 1% 0.98% -
XYZ 39.11 20.17 2.01 -
YUV 75.72 88.66 251.59 -
System Red Green Blue C M Y K H S L
Decimal 249 1 6 0 1.00 0.98 0.02 358.79 0.99 0.49
Hex F9 1 6 0 64 62 2 167 63 31
Octal 371 1 6 0 144 142 2 547 143 61
Binary 11111001 1 110 0 1100100 1100010 10 101100111 1100011 110001

Color Harmonies of #F90106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90106

Black with #F90106

Text Example


Text Example

White with #F90106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90106; }

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

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

background-color css

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

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

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

border-color css

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

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

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