Html Css Color HEX #F90944 Torch Red

📋 copy color: '#F90944'

red 249 ◦ green 9 ◦ blue 68

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

Shades of Torch Red #F90944

Tints of Torch Red #F90944

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20.86%

R = 76.38%
G = 2.76%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#F90944 (or 0xF90944) is known color: Torch Red. HEX triplet: F9, 09 and 44. RGB value is (249,9,68). Sum of RGB (Red+Green+Blue) = 249+9+68=326 (43% of max value = 765). Red value is 249 (97.66% from 255 or 76.38% from 326); Green value is 9 (3.91% from 255 or 2.76% from 326); Blue value is 68 (26.95% from 255 or 20.86% from 326); Max value from RGB is 249 - color contains mainly: red. Hex color #F90944 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90944 is #06F6BB. Grayscale: #575757. Windows color (decimal): -456380 or 4459001. OLE color: 4459001.

HSL color Cylindrical-coordinate representation of color #F90944: hue angle of 345.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 #F90944 is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 9 68 -
CMYK 0 0.96 0.73 0.02
HSL 345.25º 0.95% 0.51% -
HSV(B) 345.25º 0.96% 0.98% -
XYZ 40.21 20.75 7.36 -
YUV 87.49 117.01 243.2 -
System Red Green Blue C M Y K H S L
Decimal 249 9 68 0 0.96 0.73 0.02 345.25 0.95 0.51
Hex F9 9 44 0 60 49 2 159 5F 33
Octal 371 11 104 0 140 111 2 531 137 63
Binary 11111001 1001 1000100 0 1100000 1001001 10 101011001 1011111 110011

Color Harmonies of #F90944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90944

Black with #F90944

Text Example


Text Example

White with #F90944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90944; }

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

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

background-color css

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

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

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

border-color css

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

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

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