Html Css Color HEX #F00116 Torch Red

📋 copy color: '#F00116'

red 240 ◦ green 1 ◦ blue 22

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

Shades of Torch Red #F00116

Tints of Torch Red #F00116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.37%

R = 91.25%
G = 0.38%
B = 8.37%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#F00116 (or 0xF00116) is known color: Torch Red. HEX triplet: F0, 01 and 16. RGB value is (240,1,22). Sum of RGB (Red+Green+Blue) = 240+1+22=263 (34% of max value = 765). Red value is 240 (94.14% from 255 or 91.25% from 263); Green value is 1 (0.78% from 255 or 0.38% from 263); Blue value is 22 (8.98% from 255 or 8.37% from 263); Max value from RGB is 240 - color contains mainly: red. Hex color #F00116 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00116 is #0FFEE9. Grayscale: #4B4B4B. Windows color (decimal): -1048298 or 1442288. OLE color: 1442288.

HSL color Cylindrical-coordinate representation of color #F00116: hue angle of 354.73º 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 #F00116 is Cyan = 0, Magento = 1.00, Yellow = 0.91 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 1 22 -
CMYK 0 1.00 0.91 0.06
HSL 354.73º 0.99% 0.47% -
HSV(B) 354.73º 1% 0.94% -
XYZ 36.09 18.6 2.45 -
YUV 74.86 98.18 245.79 -
System Red Green Blue C M Y K H S L
Decimal 240 1 22 0 1.00 0.91 0.06 354.73 0.99 0.47
Hex F0 1 16 0 64 5B 6 163 63 2F
Octal 360 1 26 0 144 133 6 543 143 57
Binary 11110000 1 10110 0 1100100 1011011 110 101100011 1100011 101111

Color Harmonies of #F00116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00116

Black with #F00116

Text Example


Text Example

White with #F00116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00116; }

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

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

background-color css

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

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

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

border-color css

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

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

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