Html Css Color HEX #F90B44 Torch Red

📋 copy color: '#F90B44'

red 249 ◦ green 11 ◦ blue 68

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

Shades of Torch Red #F90B44

Tints of Torch Red #F90B44

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.35%

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

R = 75.91%
G = 3.35%
B = 20.73%

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

#F90B44 (or 0xF90B44) is known color: Torch Red. HEX triplet: F9, 0B and 44. RGB value is (249,11,68). Sum of RGB (Red+Green+Blue) = 249+11+68=328 (43% of max value = 765). Red value is 249 (97.66% from 255 or 75.91% from 328); Green value is 11 (4.69% from 255 or 3.35% from 328); Blue value is 68 (26.95% from 255 or 20.73% from 328); Max value from RGB is 249 - color contains mainly: red. Hex color #F90B44 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90B44 is #06F4BB. Grayscale: #585858. Windows color (decimal): -455868 or 4459513. OLE color: 4459513.

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

Color convert

RGB 249 11 68 -
CMYK 0 0.96 0.73 0.02
HSL 345.63º 0.95% 0.51% -
HSV(B) 345.63º 0.96% 0.98% -
XYZ 40.23 20.8 7.36 -
YUV 88.66 116.35 242.37 -
System Red Green Blue C M Y K H S L
Decimal 249 11 68 0 0.96 0.73 0.02 345.63 0.95 0.51
Hex F9 B 44 0 60 49 2 15A 5F 33
Octal 371 13 104 0 140 111 2 532 137 63
Binary 11111001 1011 1000100 0 1100000 1001001 10 101011010 1011111 110011

Color Harmonies of #F90B44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90B44

Black with #F90B44

Text Example


Text Example

White with #F90B44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90B44; }

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

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

background-color css

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

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

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

border-color css

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

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

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