Html Css Color HEX #F90331 Torch Red

📋 copy color: '#F90331'

red 249 ◦ green 3 ◦ blue 49

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

Shades of Torch Red #F90331

Tints of Torch Red #F90331

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1%

 BLUE value IS 49 (19.53% from 255) = 16.28%

R = 82.72%
G = 1%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#F90331 (or 0xF90331) is known color: Torch Red. HEX triplet: F9, 03 and 31. RGB value is (249,3,49). Sum of RGB (Red+Green+Blue) = 249+3+49=301 (39% of max value = 765). Red value is 249 (97.66% from 255 or 82.72% from 301); Green value is 3 (1.56% from 255 or 1.00% from 301); Blue value is 49 (19.53% from 255 or 16.28% from 301); Max value from RGB is 249 - color contains mainly: red. Hex color #F90331 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90331 is #06FCCE. Grayscale: #515151. Windows color (decimal): -457935 or 3212281. OLE color: 3212281.

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

Color convert

RGB 249 3 49 -
CMYK 0 0.99 0.80 0.02
HSL 348.78º 0.98% 0.49% -
HSV(B) 348.78º 0.99% 0.98% -
XYZ 39.65 20.43 4.76 -
YUV 81.8 109.5 247.26 -
System Red Green Blue C M Y K H S L
Decimal 249 3 49 0 0.99 0.80 0.02 348.78 0.98 0.49
Hex F9 3 31 0 63 50 2 15D 62 31
Octal 371 3 61 0 143 120 2 535 142 61
Binary 11111001 11 110001 0 1100011 1010000 10 101011101 1100010 110001

Color Harmonies of #F90331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90331

Black with #F90331

Text Example


Text Example

White with #F90331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90331; }

 p { color: rgb(249,3,49); }

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

background-color css

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

 a { background-color: rgb(249,3,49); }

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

border-color css

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

 span { border-color: rgb(249,3,49); }

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