Html Css Color HEX #F00440 Torch Red

📋 copy color: '#F00440'

red 240 ◦ green 4 ◦ blue 64

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

Shades of Torch Red #F00440

Tints of Torch Red #F00440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 20.78%

R = 77.92%
G = 1.3%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#F00440 (or 0xF00440) is known color: Torch Red. HEX triplet: F0, 04 and 40. RGB value is (240,4,64). Sum of RGB (Red+Green+Blue) = 240+4+64=308 (40% of max value = 765). Red value is 240 (94.14% from 255 or 77.92% from 308); Green value is 4 (1.95% from 255 or 1.30% from 308); Blue value is 64 (25.39% from 255 or 20.78% from 308); Max value from RGB is 240 - color contains mainly: red. Hex color #F00440 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00440 is #0FFBBF. Grayscale: #515151. Windows color (decimal): -1047488 or 4195568. OLE color: 4195568.

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

Color convert

RGB 240 4 64 -
CMYK 0 0.98 0.73 0.06
HSL 344.75º 0.97% 0.48% -
HSV(B) 344.75º 0.98% 0.94% -
XYZ 36.9 18.98 6.57 -
YUV 81.4 118.19 241.12 -
System Red Green Blue C M Y K H S L
Decimal 240 4 64 0 0.98 0.73 0.06 344.75 0.97 0.48
Hex F0 4 40 0 62 49 6 159 61 30
Octal 360 4 100 0 142 111 6 531 141 60
Binary 11110000 100 1000000 0 1100010 1001001 110 101011001 1100001 110000

Color Harmonies of #F00440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00440

Black with #F00440

Text Example


Text Example

White with #F00440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00440; }

 p { color: rgb(240,4,64); }

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

background-color css

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

 a { background-color: rgb(240,4,64); }

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

border-color css

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

 span { border-color: rgb(240,4,64); }

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