Html Css Color HEX #F0053B Torch Red

📋 copy color: '#F0053B'

red 240 ◦ green 5 ◦ blue 59

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

Shades of Torch Red #F0053B

Tints of Torch Red #F0053B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.64%

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

R = 78.95%
G = 1.64%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#F0053B (or 0xF0053B) is known color: Torch Red. HEX triplet: F0, 05 and 3B. RGB value is (240,5,59). Sum of RGB (Red+Green+Blue) = 240+5+59=304 (40% of max value = 765). Red value is 240 (94.14% from 255 or 78.95% from 304); Green value is 5 (2.34% from 255 or 1.64% from 304); Blue value is 59 (23.44% from 255 or 19.41% from 304); Max value from RGB is 240 - color contains mainly: red. Hex color #F0053B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0053B is #0FFAC4. Grayscale: #515151. Windows color (decimal): -1047237 or 3868144. OLE color: 3868144.

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

Color convert

RGB 240 5 59 -
CMYK 0 0.98 0.75 0.06
HSL 346.21º 0.96% 0.48% -
HSV(B) 346.21º 0.98% 0.94% -
XYZ 36.78 18.95 5.86 -
YUV 81.42 115.36 241.11 -
System Red Green Blue C M Y K H S L
Decimal 240 5 59 0 0.98 0.75 0.06 346.21 0.96 0.48
Hex F0 5 3B 0 62 4B 6 15A 60 30
Octal 360 5 73 0 142 113 6 532 140 60
Binary 11110000 101 111011 0 1100010 1001011 110 101011010 1100000 110000

Color Harmonies of #F0053B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0053B

Black with #F0053B

Text Example


Text Example

White with #F0053B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0053B; }

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

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

background-color css

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

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

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

border-color css

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

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

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