Html Css Color HEX #F60938 Torch Red

📋 copy color: '#F60938'

red 246 ◦ green 9 ◦ blue 56

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

Shades of Torch Red #F60938

Tints of Torch Red #F60938

RGB

 RED value IS 246 (96.48% from 255) = 79.1%

 GREEN value IS 9 (3.91% from 255) = 2.89%

 BLUE value IS 56 (22.27% from 255) = 18.01%

R = 79.1%
G = 2.89%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.77

 K value IS 0.04

RGB Variations

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

Color information

#F60938 (or 0xF60938) is known color: Torch Red. HEX triplet: F6, 09 and 38. RGB value is (246,9,56). Sum of RGB (Red+Green+Blue) = 246+9+56=311 (41% of max value = 765). Red value is 246 (96.48% from 255 or 79.10% from 311); Green value is 9 (3.91% from 255 or 2.89% from 311); Blue value is 56 (22.27% from 255 or 18.01% from 311); Max value from RGB is 246 - color contains mainly: red. Hex color #F60938 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60938 is #09F6C7. Grayscale: #555555. Windows color (decimal): -653000 or 3672566. OLE color: 3672566.

HSL color Cylindrical-coordinate representation of color #F60938: hue angle of 348.1º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F60938 is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 9 56 -
CMYK 0 0.96 0.77 0.04
HSL 348.1º 0.93% 0.5% -
HSV(B) 348.1º 0.96% 0.96% -
XYZ 38.82 20.07 5.57 -
YUV 85.22 111.52 242.68 -
System Red Green Blue C M Y K H S L
Decimal 246 9 56 0 0.96 0.77 0.04 348.1 0.93 0.5
Hex F6 9 38 0 60 4D 4 15C 5D 32
Octal 366 11 70 0 140 115 4 534 135 62
Binary 11110110 1001 111000 0 1100000 1001101 100 101011100 1011101 110010

Color Harmonies of #F60938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60938

Black with #F60938

Text Example


Text Example

White with #F60938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60938; }

 p { color: rgb(246,9,56); }

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

background-color css

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

 a { background-color: rgb(246,9,56); }

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

border-color css

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

 span { border-color: rgb(246,9,56); }

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