Html Css Color HEX #F90204 Torch Red

📋 copy color: '#F90204'

red 249 ◦ green 2 ◦ blue 4

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

Shades of Torch Red #F90204

Tints of Torch Red #F90204

RGB

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

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

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

R = 97.65%
G = 0.78%
B = 1.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#F90204 (or 0xF90204) is known color: Torch Red. HEX triplet: F9, 02 and 04. RGB value is (249,2,4). Sum of RGB (Red+Green+Blue) = 249+2+4=255 (33% of max value = 765). Red value is 249 (97.66% from 255 or 97.65% from 255); Green value is 2 (1.17% from 255 or 0.78% from 255); Blue value is 4 (1.95% from 255 or 1.57% from 255); Max value from RGB is 249 - color contains mainly: red. Hex color #F90204 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F90204 is #06FDFB. Grayscale: #4C4C4C. Windows color (decimal): -458236 or 262905. OLE color: 262905.

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

Color convert

RGB 249 2 4 -
CMYK 0 0.99 0.98 0.02
HSL 359.51º 0.98% 0.49% -
HSV(B) 359.51º 0.99% 0.98% -
XYZ 39.11 20.19 1.95 -
YUV 76.08 87.33 251.34 -
System Red Green Blue C M Y K H S L
Decimal 249 2 4 0 0.99 0.98 0.02 359.51 0.98 0.49
Hex F9 2 4 0 63 62 2 168 62 31
Octal 371 2 4 0 143 142 2 550 142 61
Binary 11111001 10 100 0 1100011 1100010 10 101101000 1100010 110001

Color Harmonies of #F90204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90204

Black with #F90204

Text Example


Text Example

White with #F90204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90204; }

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

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

background-color css

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

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

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

border-color css

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

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

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