Html Css Color HEX #F0163B Torch Red

📋 copy color: '#F0163B'

red 240 ◦ green 22 ◦ blue 59

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

Shades of Torch Red #F0163B

Tints of Torch Red #F0163B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.85%

 BLUE value IS 59 (23.44% from 255) = 18.38%

R = 74.77%
G = 6.85%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#F0163B (or 0xF0163B) is known color: Torch Red. HEX triplet: F0, 16 and 3B. RGB value is (240,22,59). Sum of RGB (Red+Green+Blue) = 240+22+59=321 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.77% from 321); Green value is 22 (8.98% from 255 or 6.85% from 321); Blue value is 59 (23.44% from 255 or 18.38% from 321); Max value from RGB is 240 - color contains mainly: red. Hex color #F0163B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0163B is #0FE9C4. Grayscale: #5B5B5B. Windows color (decimal): -1042885 or 3872496. OLE color: 3872496.

HSL color Cylindrical-coordinate representation of color #F0163B: hue angle of 349.82º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F0163B is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 22 59 -
CMYK 0 0.91 0.75 0.06
HSL 349.82º 0.88% 0.51% -
HSV(B) 349.82º 0.91% 0.94% -
XYZ 37.01 19.41 5.93 -
YUV 91.4 109.72 233.99 -
System Red Green Blue C M Y K H S L
Decimal 240 22 59 0 0.91 0.75 0.06 349.82 0.88 0.51
Hex F0 16 3B 0 5B 4B 6 15E 58 33
Octal 360 26 73 0 133 113 6 536 130 63
Binary 11110000 10110 111011 0 1011011 1001011 110 101011110 1011000 110011

Color Harmonies of #F0163B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0163B

Black with #F0163B

Text Example


Text Example

White with #F0163B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0163B; }

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

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

background-color css

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

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

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

border-color css

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

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

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