Html Css Color HEX #F00044 Torch Red

📋 copy color: '#F00044'

red 240 ◦ green 0 ◦ blue 68

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

Shades of Torch Red #F00044

Tints of Torch Red #F00044

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 77.92%
G = 0%
B = 22.08%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#F00044 (or 0xF00044) is known color: Torch Red. HEX triplet: F0, 00 and 44. RGB value is (240,0,68). Sum of RGB (Red+Green+Blue) = 240+0+68=308 (40% of max value = 765). Red value is 240 (94.14% from 255 or 77.92% from 308); Green value is 0 (0.39% from 255 or 0% from 308); Blue value is 68 (26.95% from 255 or 22.08% from 308); Max value from RGB is 240 - color contains mainly: red. Hex color #F00044 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00044 is #0FFFBB. Grayscale: #4F4F4F. Windows color (decimal): -1048508 or 4456688. OLE color: 4456688.

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

Color convert

RGB 240 0 68 -
CMYK 0 1 0.72 0.06
HSL 343º 1% 0.47% -
HSV(B) 343º 1% 0.94% -
XYZ 36.98 18.94 7.18 -
YUV 79.51 121.51 242.47 -
System Red Green Blue C M Y K H S L
Decimal 240 0 68 0 1 0.72 0.06 343 1 0.47
Hex F0 0 44 0 64 48 6 157 64 2F
Octal 360 0 104 0 144 110 6 527 144 57
Binary 11110000 0 1000100 0 1100100 1001000 110 101010111 1100100 101111

Color Harmonies of #F00044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00044

Black with #F00044

Text Example


Text Example

White with #F00044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00044; }

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

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

background-color css

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

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

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

border-color css

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

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

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