Html Css Color HEX #F90004 Torch Red

📋 copy color: '#F90004'

red 249 ◦ green 0 ◦ blue 4

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

Shades of Torch Red #F90004

Tints of Torch Red #F90004

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 4 (1.95% from 255) = 1.58%

R = 98.42%
G = 0%
B = 1.58%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#F90004 (or 0xF90004) is known color: Torch Red. HEX triplet: F9, 00 and 04. RGB value is (249,0,4). Sum of RGB (Red+Green+Blue) = 249+0+4=253 (33% of max value = 765). Red value is 249 (97.66% from 255 or 98.42% from 253); Green value is 0 (0.39% from 255 or 0% from 253); Blue value is 4 (1.95% from 255 or 1.58% from 253); Max value from RGB is 249 - color contains mainly: red. Hex color #F90004 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F90004 is #06FFFB. Grayscale: #4B4B4B. Windows color (decimal): -458748 or 262393. OLE color: 262393.

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

Color convert

RGB 249 0 4 -
CMYK 0 1 0.98 0.02
HSL 359.04º 1% 0.49% -
HSV(B) 359.04º 1% 0.98% -
XYZ 39.09 20.15 1.94 -
YUV 74.91 87.99 252.17 -
System Red Green Blue C M Y K H S L
Decimal 249 0 4 0 1 0.98 0.02 359.04 1 0.49
Hex F9 0 4 0 64 62 2 167 64 31
Octal 371 0 4 0 144 142 2 547 144 61
Binary 11111001 0 100 0 1100100 1100010 10 101100111 1100100 110001

Color Harmonies of #F90004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90004

Black with #F90004

Text Example


Text Example

White with #F90004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90004; }

 p { color: rgb(249,0,4); }

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

background-color css

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

 a { background-color: rgb(249,0,4); }

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

border-color css

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

 span { border-color: rgb(249,0,4); }

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