Html Css Color HEX #F0063D Torch Red

📋 copy color: '#F0063D'

red 240 ◦ green 6 ◦ blue 61

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

Shades of Torch Red #F0063D

Tints of Torch Red #F0063D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.87%

R = 78.18%
G = 1.95%
B = 19.87%

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

#F0063D (or 0xF0063D) is known color: Torch Red. HEX triplet: F0, 06 and 3D. RGB value is (240,6,61). Sum of RGB (Red+Green+Blue) = 240+6+61=307 (40% of max value = 765). Red value is 240 (94.14% from 255 or 78.18% from 307); Green value is 6 (2.73% from 255 or 1.95% from 307); Blue value is 61 (24.22% from 255 or 19.87% from 307); Max value from RGB is 240 - color contains mainly: red. Hex color #F0063D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0063D is #0FF9C2. Grayscale: #525252. Windows color (decimal): -1046979 or 3999472. OLE color: 3999472.

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

Color convert

RGB 240 6 61 -
CMYK 0 0.98 0.75 0.06
HSL 345.9º 0.95% 0.48% -
HSV(B) 345.9º 0.98% 0.94% -
XYZ 36.84 18.99 6.14 -
YUV 82.24 116.02 240.53 -
System Red Green Blue C M Y K H S L
Decimal 240 6 61 0 0.98 0.75 0.06 345.9 0.95 0.48
Hex F0 6 3D 0 62 4B 6 15A 5F 30
Octal 360 6 75 0 142 113 6 532 137 60
Binary 11110000 110 111101 0 1100010 1001011 110 101011010 1011111 110000

Color Harmonies of #F0063D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0063D

Black with #F0063D

Text Example


Text Example

White with #F0063D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0063D; }

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

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

background-color css

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

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

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

border-color css

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

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

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