Html Css Color HEX #F00140 Torch Red

📋 copy color: '#F00140'

red 240 ◦ green 1 ◦ blue 64

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

Shades of Torch Red #F00140

Tints of Torch Red #F00140

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

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

R = 78.69%
G = 0.33%
B = 20.98%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#F00140 (or 0xF00140) is known color: Torch Red. HEX triplet: F0, 01 and 40. RGB value is (240,1,64). Sum of RGB (Red+Green+Blue) = 240+1+64=305 (40% of max value = 765). Red value is 240 (94.14% from 255 or 78.69% from 305); Green value is 1 (0.78% from 255 or 0.33% from 305); Blue value is 64 (25.39% from 255 or 20.98% from 305); Max value from RGB is 240 - color contains mainly: red. Hex color #F00140 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00140 is #0FFEBF. Grayscale: #4F4F4F. Windows color (decimal): -1048256 or 4194800. OLE color: 4194800.

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

Color convert

RGB 240 1 64 -
CMYK 0 1.00 0.73 0.06
HSL 344.18º 0.99% 0.47% -
HSV(B) 344.18º 1% 0.94% -
XYZ 36.87 18.92 6.56 -
YUV 79.64 119.18 242.38 -
System Red Green Blue C M Y K H S L
Decimal 240 1 64 0 1.00 0.73 0.06 344.18 0.99 0.47
Hex F0 1 40 0 64 49 6 158 63 2F
Octal 360 1 100 0 144 111 6 530 143 57
Binary 11110000 1 1000000 0 1100100 1001001 110 101011000 1100011 101111

Color Harmonies of #F00140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00140

Black with #F00140

Text Example


Text Example

White with #F00140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00140; }

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

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

background-color css

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

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

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

border-color css

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

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

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