Html Css Color HEX #F0063A Torch Red

📋 copy color: '#F0063A'

red 240 ◦ green 6 ◦ blue 58

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

Shades of Torch Red #F0063A

Tints of Torch Red #F0063A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.97%

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

R = 78.95%
G = 1.97%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0.06

RGB Variations

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

Color information

#F0063A (or 0xF0063A) is known color: Torch Red. HEX triplet: F0, 06 and 3A. RGB value is (240,6,58). Sum of RGB (Red+Green+Blue) = 240+6+58=304 (40% of max value = 765). Red value is 240 (94.14% from 255 or 78.95% from 304); Green value is 6 (2.73% from 255 or 1.97% from 304); Blue value is 58 (23.05% from 255 or 19.08% from 304); Max value from RGB is 240 - color contains mainly: red. Hex color #F0063A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0063A is #0FF9C5. Grayscale: #515151. Windows color (decimal): -1046982 or 3802864. OLE color: 3802864.

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

Color convert

RGB 240 6 58 -
CMYK 0 0.98 0.76 0.06
HSL 346.67º 0.95% 0.48% -
HSV(B) 346.67º 0.98% 0.94% -
XYZ 36.76 18.96 5.73 -
YUV 81.89 114.52 240.77 -
System Red Green Blue C M Y K H S L
Decimal 240 6 58 0 0.98 0.76 0.06 346.67 0.95 0.48
Hex F0 6 3A 0 62 4C 6 15B 5F 30
Octal 360 6 72 0 142 114 6 533 137 60
Binary 11110000 110 111010 0 1100010 1001100 110 101011011 1011111 110000

Color Harmonies of #F0063A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0063A

Black with #F0063A

Text Example


Text Example

White with #F0063A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0063A; }

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

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

background-color css

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

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

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

border-color css

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

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

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