Html Css Color HEX #F90236 Torch Red

📋 copy color: '#F90236'

red 249 ◦ green 2 ◦ blue 54

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

Shades of Torch Red #F90236

Tints of Torch Red #F90236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 17.7%

R = 81.64%
G = 0.66%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#F90236 (or 0xF90236) is known color: Torch Red. HEX triplet: F9, 02 and 36. RGB value is (249,2,54). Sum of RGB (Red+Green+Blue) = 249+2+54=305 (40% of max value = 765). Red value is 249 (97.66% from 255 or 81.64% from 305); Green value is 2 (1.17% from 255 or 0.66% from 305); Blue value is 54 (21.48% from 255 or 17.70% from 305); Max value from RGB is 249 - color contains mainly: red. Hex color #F90236 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90236 is #06FDC9. Grayscale: #515151. Windows color (decimal): -458186 or 3539705. OLE color: 3539705.

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

Color convert

RGB 249 2 54 -
CMYK 0 0.99 0.78 0.02
HSL 347.37º 0.98% 0.49% -
HSV(B) 347.37º 0.99% 0.98% -
XYZ 39.75 20.45 5.34 -
YUV 81.78 112.33 247.27 -
System Red Green Blue C M Y K H S L
Decimal 249 2 54 0 0.99 0.78 0.02 347.37 0.98 0.49
Hex F9 2 36 0 63 4E 2 15B 62 31
Octal 371 2 66 0 143 116 2 533 142 61
Binary 11111001 10 110110 0 1100011 1001110 10 101011011 1100010 110001

Color Harmonies of #F90236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90236

Black with #F90236

Text Example


Text Example

White with #F90236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90236; }

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

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

background-color css

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

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

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

border-color css

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

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

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