Html Css Color HEX #F0072B Torch Red

📋 copy color: '#F0072B'

red 240 ◦ green 7 ◦ blue 43

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

Shades of Torch Red #F0072B

Tints of Torch Red #F0072B

RGB

 RED value IS 240 (94.14% from 255) = 82.76%

 GREEN value IS 7 (3.13% from 255) = 2.41%

 BLUE value IS 43 (17.19% from 255) = 14.83%

R = 82.76%
G = 2.41%
B = 14.83%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F0072B (or 0xF0072B) is known color: Torch Red. HEX triplet: F0, 07 and 2B. RGB value is (240,7,43). Sum of RGB (Red+Green+Blue) = 240+7+43=290 (38% of max value = 765). Red value is 240 (94.14% from 255 or 82.76% from 290); Green value is 7 (3.12% from 255 or 2.41% from 290); Blue value is 43 (17.19% from 255 or 14.83% from 290); Max value from RGB is 240 - color contains mainly: red. Hex color #F0072B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0072B is #0FF8D4. Grayscale: #505050. Windows color (decimal): -1046741 or 2820080. OLE color: 2820080.

HSL color Cylindrical-coordinate representation of color #F0072B: hue angle of 350.73º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F0072B is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 7 43 -
CMYK 0 0.97 0.82 0.06
HSL 350.73º 0.94% 0.48% -
HSV(B) 350.73º 0.97% 0.94% -
XYZ 36.45 18.85 4 -
YUV 80.77 106.69 241.57 -
System Red Green Blue C M Y K H S L
Decimal 240 7 43 0 0.97 0.82 0.06 350.73 0.94 0.48
Hex F0 7 2B 0 61 52 6 15F 5E 30
Octal 360 7 53 0 141 122 6 537 136 60
Binary 11110000 111 101011 0 1100001 1010010 110 101011111 1011110 110000

Color Harmonies of #F0072B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0072B

Black with #F0072B

Text Example


Text Example

White with #F0072B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0072B; }

 p { color: rgb(240,7,43); }

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

background-color css

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

 a { background-color: rgb(240,7,43); }

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

border-color css

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

 span { border-color: rgb(240,7,43); }

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