Html Css Color HEX #F00E44 Torch Red

📋 copy color: '#F00E44'

red 240 ◦ green 14 ◦ blue 68

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

Shades of Torch Red #F00E44

Tints of Torch Red #F00E44

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.35%

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

R = 74.53%
G = 4.35%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#F00E44 (or 0xF00E44) is known color: Torch Red. HEX triplet: F0, 0E and 44. RGB value is (240,14,68). Sum of RGB (Red+Green+Blue) = 240+14+68=322 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.53% from 322); Green value is 14 (5.86% from 255 or 4.35% from 322); Blue value is 68 (26.95% from 255 or 21.12% from 322); Max value from RGB is 240 - color contains mainly: red. Hex color #F00E44 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00E44 is #0FF1BB. Grayscale: #575757. Windows color (decimal): -1044924 or 4460272. OLE color: 4460272.

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

Color convert

RGB 240 14 68 -
CMYK 0 0.94 0.72 0.06
HSL 345.66º 0.89% 0.5% -
HSV(B) 345.66º 0.94% 0.94% -
XYZ 37.14 19.26 7.23 -
YUV 87.73 116.87 236.61 -
System Red Green Blue C M Y K H S L
Decimal 240 14 68 0 0.94 0.72 0.06 345.66 0.89 0.5
Hex F0 E 44 0 5E 48 6 15A 59 32
Octal 360 16 104 0 136 110 6 532 131 62
Binary 11110000 1110 1000100 0 1011110 1001000 110 101011010 1011001 110010

Color Harmonies of #F00E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00E44

Black with #F00E44

Text Example


Text Example

White with #F00E44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00E44; }

 p { color: rgb(240,14,68); }

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

background-color css

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

 a { background-color: rgb(240,14,68); }

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

border-color css

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

 span { border-color: rgb(240,14,68); }

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