Html Css Color HEX #F60627 Torch Red

📋 copy color: '#F60627'

red 246 ◦ green 6 ◦ blue 39

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

Shades of Torch Red #F60627

Tints of Torch Red #F60627

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.4%

R = 84.54%
G = 2.06%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#F60627 (or 0xF60627) is known color: Torch Red. HEX triplet: F6, 06 and 27. RGB value is (246,6,39). Sum of RGB (Red+Green+Blue) = 246+6+39=291 (38% of max value = 765). Red value is 246 (96.48% from 255 or 84.54% from 291); Green value is 6 (2.73% from 255 or 2.06% from 291); Blue value is 39 (15.62% from 255 or 13.40% from 291); Max value from RGB is 246 - color contains mainly: red. Hex color #F60627 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60627 is #09F9D8. Grayscale: #515151. Windows color (decimal): -653785 or 2557686. OLE color: 2557686.

HSL color Cylindrical-coordinate representation of color #F60627: hue angle of 351.75º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F60627 is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 6 39 -
CMYK 0 0.98 0.84 0.04
HSL 351.75º 0.95% 0.49% -
HSV(B) 351.75º 0.98% 0.96% -
XYZ 38.44 19.87 3.73 -
YUV 81.52 104.01 245.32 -
System Red Green Blue C M Y K H S L
Decimal 246 6 39 0 0.98 0.84 0.04 351.75 0.95 0.49
Hex F6 6 27 0 62 54 4 160 5F 31
Octal 366 6 47 0 142 124 4 540 137 61
Binary 11110110 110 100111 0 1100010 1010100 100 101100000 1011111 110001

Color Harmonies of #F60627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60627

Black with #F60627

Text Example


Text Example

White with #F60627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60627; }

 p { color: rgb(246,6,39); }

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

background-color css

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

 a { background-color: rgb(246,6,39); }

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

border-color css

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

 span { border-color: rgb(246,6,39); }

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