Html Css Color HEX #F9044B Torch Red

📋 copy color: '#F9044B'

red 249 ◦ green 4 ◦ blue 75

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

Shades of Torch Red #F9044B

Tints of Torch Red #F9044B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.22%

 BLUE value IS 75 (29.69% from 255) = 22.87%

R = 75.91%
G = 1.22%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#F9044B (or 0xF9044B) is known color: Torch Red. HEX triplet: F9, 04 and 4B. RGB value is (249,4,75). Sum of RGB (Red+Green+Blue) = 249+4+75=328 (43% of max value = 765). Red value is 249 (97.66% from 255 or 75.91% from 328); Green value is 4 (1.95% from 255 or 1.22% from 328); Blue value is 75 (29.69% from 255 or 22.87% from 328); Max value from RGB is 249 - color contains mainly: red. Hex color #F9044B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9044B is #06FBB4. Grayscale: #555555. Windows color (decimal): -457653 or 4916473. OLE color: 4916473.

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

Color convert

RGB 249 4 75 -
CMYK 0 0.98 0.70 0.02
HSL 342.61º 0.97% 0.5% -
HSV(B) 342.61º 0.98% 0.98% -
XYZ 40.38 20.73 8.53 -
YUV 85.35 122.17 244.73 -
System Red Green Blue C M Y K H S L
Decimal 249 4 75 0 0.98 0.70 0.02 342.61 0.97 0.5
Hex F9 4 4B 0 62 46 2 157 61 32
Octal 371 4 113 0 142 106 2 527 141 62
Binary 11111001 100 1001011 0 1100010 1000110 10 101010111 1100001 110010

Color Harmonies of #F9044B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9044B

Black with #F9044B

Text Example


Text Example

White with #F9044B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9044B; }

 p { color: rgb(249,4,75); }

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

background-color css

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

 a { background-color: rgb(249,4,75); }

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

border-color css

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

 span { border-color: rgb(249,4,75); }

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