Html Css Color HEX #F90146 Torch Red

📋 copy color: '#F90146'

red 249 ◦ green 1 ◦ blue 70

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

Shades of Torch Red #F90146

Tints of Torch Red #F90146

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

 BLUE value IS 70 (27.73% from 255) = 21.88%

R = 77.81%
G = 0.31%
B = 21.88%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#F90146 (or 0xF90146) is known color: Torch Red. HEX triplet: F9, 01 and 46. RGB value is (249,1,70). Sum of RGB (Red+Green+Blue) = 249+1+70=320 (42% of max value = 765). Red value is 249 (97.66% from 255 or 77.81% from 320); Green value is 1 (0.78% from 255 or 0.31% from 320); Blue value is 70 (27.73% from 255 or 21.88% from 320); Max value from RGB is 249 - color contains mainly: red. Hex color #F90146 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90146 is #06FEB9. Grayscale: #525252. Windows color (decimal): -458426 or 4588025. OLE color: 4588025.

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

Color convert

RGB 249 1 70 -
CMYK 0 1.00 0.72 0.02
HSL 343.31º 0.99% 0.49% -
HSV(B) 343.31º 1% 0.98% -
XYZ 40.18 20.6 7.65 -
YUV 83.02 120.66 246.39 -
System Red Green Blue C M Y K H S L
Decimal 249 1 70 0 1.00 0.72 0.02 343.31 0.99 0.49
Hex F9 1 46 0 64 48 2 157 63 31
Octal 371 1 106 0 144 110 2 527 143 61
Binary 11111001 1 1000110 0 1100100 1001000 10 101010111 1100011 110001

Color Harmonies of #F90146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90146

Black with #F90146

Text Example


Text Example

White with #F90146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90146; }

 p { color: rgb(249,1,70); }

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

background-color css

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

 a { background-color: rgb(249,1,70); }

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

border-color css

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

 span { border-color: rgb(249,1,70); }

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