Html Css Color HEX #F00240 Torch Red

📋 copy color: '#F00240'

red 240 ◦ green 2 ◦ blue 64

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

Shades of Torch Red #F00240

Tints of Torch Red #F00240

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.65%

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

R = 78.43%
G = 0.65%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#F00240 (or 0xF00240) is known color: Torch Red. HEX triplet: F0, 02 and 40. RGB value is (240,2,64). Sum of RGB (Red+Green+Blue) = 240+2+64=306 (40% of max value = 765). Red value is 240 (94.14% from 255 or 78.43% from 306); Green value is 2 (1.17% from 255 or 0.65% from 306); Blue value is 64 (25.39% from 255 or 20.92% from 306); Max value from RGB is 240 - color contains mainly: red. Hex color #F00240 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00240 is #0FFDBF. Grayscale: #505050. Windows color (decimal): -1048000 or 4195056. OLE color: 4195056.

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

Color convert

RGB 240 2 64 -
CMYK 0 0.99 0.73 0.06
HSL 344.37º 0.98% 0.47% -
HSV(B) 344.37º 0.99% 0.94% -
XYZ 36.88 18.94 6.56 -
YUV 80.23 118.85 241.96 -
System Red Green Blue C M Y K H S L
Decimal 240 2 64 0 0.99 0.73 0.06 344.37 0.98 0.47
Hex F0 2 40 0 63 49 6 158 62 2F
Octal 360 2 100 0 143 111 6 530 142 57
Binary 11110000 10 1000000 0 1100011 1001001 110 101011000 1100010 101111

Color Harmonies of #F00240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00240

Black with #F00240

Text Example


Text Example

White with #F00240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00240; }

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

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

background-color css

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

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

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

border-color css

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

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

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