Html Css Color HEX #F0163A Torch Red

📋 copy color: '#F0163A'

red 240 ◦ green 22 ◦ blue 58

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

Shades of Torch Red #F0163A

Tints of Torch Red #F0163A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.13%

R = 75%
G = 6.88%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.76

 K value IS 0.06

RGB Variations

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

Color information

#F0163A (or 0xF0163A) is known color: Torch Red. HEX triplet: F0, 16 and 3A. RGB value is (240,22,58). Sum of RGB (Red+Green+Blue) = 240+22+58=320 (42% of max value = 765). Red value is 240 (94.14% from 255 or 75% from 320); Green value is 22 (8.98% from 255 or 6.88% from 320); Blue value is 58 (23.05% from 255 or 18.12% from 320); Max value from RGB is 240 - color contains mainly: red. Hex color #F0163A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0163A is #0FE9C5. Grayscale: #5B5B5B. Windows color (decimal): -1042886 or 3806960. OLE color: 3806960.

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

Color convert

RGB 240 22 58 -
CMYK 0 0.91 0.76 0.06
HSL 350.09º 0.88% 0.51% -
HSV(B) 350.09º 0.91% 0.94% -
XYZ 36.99 19.4 5.8 -
YUV 91.29 109.22 234.07 -
System Red Green Blue C M Y K H S L
Decimal 240 22 58 0 0.91 0.76 0.06 350.09 0.88 0.51
Hex F0 16 3A 0 5B 4C 6 15E 58 33
Octal 360 26 72 0 133 114 6 536 130 63
Binary 11110000 10110 111010 0 1011011 1001100 110 101011110 1011000 110011

Color Harmonies of #F0163A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0163A

Black with #F0163A

Text Example


Text Example

White with #F0163A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0163A; }

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

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

background-color css

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

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

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

border-color css

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

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

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