Html Css Color HEX #F90940 Torch Red

📋 copy color: '#F90940'

red 249 ◦ green 9 ◦ blue 64

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

Shades of Torch Red #F90940

Tints of Torch Red #F90940

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.8%

 BLUE value IS 64 (25.39% from 255) = 19.88%

R = 77.33%
G = 2.8%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#F90940 (or 0xF90940) is known color: Torch Red. HEX triplet: F9, 09 and 40. RGB value is (249,9,64). Sum of RGB (Red+Green+Blue) = 249+9+64=322 (42% of max value = 765). Red value is 249 (97.66% from 255 or 77.33% from 322); Green value is 9 (3.91% from 255 or 2.80% from 322); Blue value is 64 (25.39% from 255 or 19.88% from 322); Max value from RGB is 249 - color contains mainly: red. Hex color #F90940 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90940 is #06F6BF. Grayscale: #575757. Windows color (decimal): -456384 or 4196857. OLE color: 4196857.

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

Color convert

RGB 249 9 64 -
CMYK 0 0.96 0.74 0.02
HSL 346.25º 0.95% 0.51% -
HSV(B) 346.25º 0.96% 0.98% -
XYZ 40.09 20.71 6.73 -
YUV 87.03 115.01 243.53 -
System Red Green Blue C M Y K H S L
Decimal 249 9 64 0 0.96 0.74 0.02 346.25 0.95 0.51
Hex F9 9 40 0 60 4A 2 15A 5F 33
Octal 371 11 100 0 140 112 2 532 137 63
Binary 11111001 1001 1000000 0 1100000 1001010 10 101011010 1011111 110011

Color Harmonies of #F90940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90940

Black with #F90940

Text Example


Text Example

White with #F90940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90940; }

 p { color: rgb(249,9,64); }

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

background-color css

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

 a { background-color: rgb(249,9,64); }

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

border-color css

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

 span { border-color: rgb(249,9,64); }

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