Html Css Color HEX #F0013B Torch Red

📋 copy color: '#F0013B'

red 240 ◦ green 1 ◦ blue 59

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

Shades of Torch Red #F0013B

Tints of Torch Red #F0013B

RGB

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

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

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

R = 80%
G = 0.33%
B = 19.67%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#F0013B (or 0xF0013B) is known color: Torch Red. HEX triplet: F0, 01 and 3B. RGB value is (240,1,59). Sum of RGB (Red+Green+Blue) = 240+1+59=300 (39% of max value = 765). Red value is 240 (94.14% from 255 or 80% from 300); Green value is 1 (0.78% from 255 or 0.33% from 300); Blue value is 59 (23.44% from 255 or 19.67% from 300); Max value from RGB is 240 - color contains mainly: red. Hex color #F0013B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0013B is #0FFEC4. Grayscale: #4F4F4F. Windows color (decimal): -1048261 or 3867120. OLE color: 3867120.

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

Color convert

RGB 240 1 59 -
CMYK 0 1.00 0.75 0.06
HSL 345.44º 0.99% 0.47% -
HSV(B) 345.44º 1% 0.94% -
XYZ 36.74 18.86 5.84 -
YUV 79.07 116.68 242.78 -
System Red Green Blue C M Y K H S L
Decimal 240 1 59 0 1.00 0.75 0.06 345.44 0.99 0.47
Hex F0 1 3B 0 64 4B 6 159 63 2F
Octal 360 1 73 0 144 113 6 531 143 57
Binary 11110000 1 111011 0 1100100 1001011 110 101011001 1100011 101111

Color Harmonies of #F0013B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0013B

Black with #F0013B

Text Example


Text Example

White with #F0013B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0013B; }

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

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

background-color css

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

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

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

border-color css

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

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

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