Html Css Color HEX #F90845 Torch Red

📋 copy color: '#F90845'

red 249 ◦ green 8 ◦ blue 69

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

Shades of Torch Red #F90845

Tints of Torch Red #F90845

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.45%

 BLUE value IS 69 (27.34% from 255) = 21.17%

R = 76.38%
G = 2.45%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#F90845 (or 0xF90845) is known color: Torch Red. HEX triplet: F9, 08 and 45. RGB value is (249,8,69). Sum of RGB (Red+Green+Blue) = 249+8+69=326 (43% of max value = 765). Red value is 249 (97.66% from 255 or 76.38% from 326); Green value is 8 (3.52% from 255 or 2.45% from 326); Blue value is 69 (27.34% from 255 or 21.17% from 326); Max value from RGB is 249 - color contains mainly: red. Hex color #F90845 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90845 is #06F7BA. Grayscale: #575757. Windows color (decimal): -456635 or 4524281. OLE color: 4524281.

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

Color convert

RGB 249 8 69 -
CMYK 0 0.97 0.72 0.02
HSL 344.81º 0.95% 0.5% -
HSV(B) 344.81º 0.97% 0.98% -
XYZ 40.23 20.74 7.51 -
YUV 87.01 117.84 243.54 -
System Red Green Blue C M Y K H S L
Decimal 249 8 69 0 0.97 0.72 0.02 344.81 0.95 0.5
Hex F9 8 45 0 61 48 2 159 5F 32
Octal 371 10 105 0 141 110 2 531 137 62
Binary 11111001 1000 1000101 0 1100001 1001000 10 101011001 1011111 110010

Color Harmonies of #F90845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90845

Black with #F90845

Text Example


Text Example

White with #F90845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90845; }

 p { color: rgb(249,8,69); }

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

background-color css

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

 a { background-color: rgb(249,8,69); }

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

border-color css

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

 span { border-color: rgb(249,8,69); }

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