Html Css Color HEX #F0103B Torch Red

📋 copy color: '#F0103B'

red 240 ◦ green 16 ◦ blue 59

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

Shades of Torch Red #F0103B

Tints of Torch Red #F0103B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.08%

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

R = 76.19%
G = 5.08%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#F0103B (or 0xF0103B) is known color: Torch Red. HEX triplet: F0, 10 and 3B. RGB value is (240,16,59). Sum of RGB (Red+Green+Blue) = 240+16+59=315 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.19% from 315); Green value is 16 (6.64% from 255 or 5.08% from 315); Blue value is 59 (23.44% from 255 or 18.73% from 315); Max value from RGB is 240 - color contains mainly: red. Hex color #F0103B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0103B is #0FEFC4. Grayscale: #575757. Windows color (decimal): -1044421 or 3870960. OLE color: 3870960.

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

Color convert

RGB 240 16 59 -
CMYK 0 0.93 0.75 0.06
HSL 348.48º 0.88% 0.5% -
HSV(B) 348.48º 0.93% 0.94% -
XYZ 36.91 19.21 5.9 -
YUV 87.88 111.71 236.5 -
System Red Green Blue C M Y K H S L
Decimal 240 16 59 0 0.93 0.75 0.06 348.48 0.88 0.5
Hex F0 10 3B 0 5D 4B 6 15C 58 32
Octal 360 20 73 0 135 113 6 534 130 62
Binary 11110000 10000 111011 0 1011101 1001011 110 101011100 1011000 110010

Color Harmonies of #F0103B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0103B

Black with #F0103B

Text Example


Text Example

White with #F0103B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0103B; }

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

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

background-color css

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

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

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

border-color css

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

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

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