Html Css Color HEX #F0103C Torch Red

📋 copy color: '#F0103C'

red 240 ◦ green 16 ◦ blue 60

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

Shades of Torch Red #F0103C

Tints of Torch Red #F0103C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.99%

R = 75.95%
G = 5.06%
B = 18.99%

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

#F0103C (or 0xF0103C) is known color: Torch Red. HEX triplet: F0, 10 and 3C. RGB value is (240,16,60). Sum of RGB (Red+Green+Blue) = 240+16+60=316 (41% of max value = 765). Red value is 240 (94.14% from 255 or 75.95% from 316); Green value is 16 (6.64% from 255 or 5.06% from 316); Blue value is 60 (23.83% from 255 or 18.99% from 316); Max value from RGB is 240 - color contains mainly: red. Hex color #F0103C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0103C is #0FEFC3. Grayscale: #585858. Windows color (decimal): -1044420 or 3936496. OLE color: 3936496.

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

Color convert

RGB 240 16 60 -
CMYK 0 0.93 0.75 0.06
HSL 348.21º 0.88% 0.5% -
HSV(B) 348.21º 0.93% 0.94% -
XYZ 36.94 19.22 6.04 -
YUV 87.99 112.21 236.42 -
System Red Green Blue C M Y K H S L
Decimal 240 16 60 0 0.93 0.75 0.06 348.21 0.88 0.5
Hex F0 10 3C 0 5D 4B 6 15C 58 32
Octal 360 20 74 0 135 113 6 534 130 62
Binary 11110000 10000 111100 0 1011101 1001011 110 101011100 1011000 110010

Color Harmonies of #F0103C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0103C

Black with #F0103C

Text Example


Text Example

White with #F0103C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0103C; }

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

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

background-color css

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

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

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

border-color css

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

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

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